Skip to content

Commit

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

0 comments on commit 9bcc7f8

Please sign in to comment.