diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5250db..830ba47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - id: "auth" if: github.ref == 'refs/heads/main' name: "Authenticate to Google Cloud" - uses: "google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5" # ratchet:google-github-actions/auth@v2.1.12 + uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # ratchet:google-github-actions/auth@v3.0.0 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: "gh-nais-verification@nais-io.iam.gserviceaccount.com" @@ -116,7 +116,7 @@ jobs: - id: 'auth' if: github.ref == 'refs/heads/main' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' # ratchet:google-github-actions/auth@v2.1.12 + uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # ratchet:google-github-actions/auth@v3.0.0 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: 'gh-nais-verification@nais-io.iam.gserviceaccount.com'