From a1a4ea4554907a8995017695cf400ba3de5d7dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:29:08 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.7 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | google-github-actions/auth | v2.1.6 | v2.1.7 | 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 ae1ed9f047..e2d1c124e2 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@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 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 9cdd5521b0..f4ce735d05 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@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 + uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }}