From 9bcc7f8e2b99b4128a6780e7bfbea13e33a1266c Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Tue, 19 Nov 2024 09:41:39 -0500 Subject: [PATCH] Comment out actions-permissions/monitor for test job With this task in place the GitHub runners run out of resources and crash. --- .github/workflows/build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0866c28..51ec5cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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