From bb5f1d19ba55643544675d184fb9c1dc866ce96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 07:10:39 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.13 | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | google-github-actions/auth | v2.1.12 | v2.1.13 | 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 cc18e6c997..dd07e23b0f 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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13 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 7507691489..fafa4bf961 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -86,7 +86,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }}