From 486adfaa6f699a6cdc5cb142b3f97c8da5ce405e Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:01:52 -0500 Subject: [PATCH] Use mcdonnnj's fork of GitHubSecurityLab/actions-permissions This fork has a branch that set an additional environment variable for AWS tools. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d25470e..be2420c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: steps: # Note that a duplicate of this step must be added at the top of # each job. - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 + - uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle with: # Uses the organization variable unless overridden config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} @@ -62,7 +62,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 + - uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle with: # Uses the organization variable unless overridden config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} @@ -183,7 +183,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 + - uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle with: # Uses the organization variable unless overridden config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }} @@ -244,7 +244,7 @@ jobs: # - arm64 - x86_64 steps: - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 + - uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle with: # Uses the organization variable unless overridden config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}