File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
permissions :
178
178
# actions/checkout needs this to fetch code
179
179
contents : read
180
- runs-on : ubuntu-latest
180
+ runs-on : ubuntu-${{ startsWith(matrix.architecture, 'arm') && '24.04-arm' || ' latest' }}
181
181
strategy :
182
182
fail-fast : false
183
183
matrix :
@@ -200,13 +200,10 @@ jobs:
200
200
scenario :
201
201
- default
202
202
steps :
203
- # With this task in place the GitHub runners run out of
204
- # resources and crash. See cisagov/skeleton-ansible-role#211
205
- # for more details.
206
- # - uses: GitHubSecurityLab/actions-permissions/monitor@v1
207
- # with:
208
- # # Uses the organization variable unless overridden
209
- # config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
203
+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
204
+ with :
205
+ # Uses the organization variable unless overridden
206
+ config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
210
207
- id : harden-runner
211
208
name : Harden the runner
212
209
uses : step-security/harden-runner@v2
You can’t perform that action at this time.
0 commit comments