From 8cf3542bbe27f42212064cfe7501be731d50e441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:37:16 +0800 Subject: [PATCH] Update google-github-actions/auth action to v2.1.2 (#1303) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dockerhub-release.yml | 2 +- .github/workflows/push-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerhub-release.yml b/.github/workflows/dockerhub-release.yml index 54d3239be..b4cef262c 100644 --- a/.github/workflows/dockerhub-release.yml +++ b/.github/workflows/dockerhub-release.yml @@ -67,7 +67,7 @@ jobs: - name: 🔐 Authenticate to Google Cloud id: "auth" - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: token_format: "access_token" workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}} diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index d42374df7..decaed0bd 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -109,7 +109,7 @@ jobs: - name: 🔐 Authenticate to Google Cloud id: "auth" - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: token_format: "access_token" access_token_lifetime: "43200s"