Skip to content

Commit b10d648

Browse files
committed
Uncomment the GitHubSecurityLab/actions-permissions/monitor@v1 job
We are no longer emulating ARM under QEMU, so using this GitHub Action no longer causes the runners to run out of resources and crash.
1 parent 63c02db commit b10d648

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,10 @@ jobs:
200200
scenario:
201201
- default
202202
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 }}
210207
- id: harden-runner
211208
name: Harden the runner
212209
uses: step-security/harden-runner@v2

0 commit comments

Comments
 (0)