From 8df2b0a46203e991936238ff03b2c23bcc0c20ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:12:29 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.6 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | google-github-actions/auth | v2.1.5 | v2.1.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/nfr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}