diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39c8bd3d0e..f3635fe248 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5 + uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }} diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 83edf439f4..b9af35e439 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -75,7 +75,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5 + uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }}