Skip to content

Commit

Permalink
Uncomment the GitHubSecurityLab/actions-permissions/monitor@v1 job
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsf9k committed Jan 18, 2025
1 parent 63c02db commit b10d648
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,10 @@ jobs:
scenario:
- default
steps:
# With this task in place the GitHub runners run out of
# resources and crash. See cisagov/skeleton-ansible-role#211
# for more details.
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
# with:
# # Uses the organization variable unless overridden
# config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
- id: harden-runner
name: Harden the runner
uses: step-security/harden-runner@v2
Expand Down

0 comments on commit b10d648

Please sign in to comment.