From 2ffd16fd7d3b91cccb6d4424eb87170dfc436850 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:25:47 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.7 --- .github/workflows/iac-secrets.yml | 2 +- .github/workflows/iac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iac-secrets.yml b/.github/workflows/iac-secrets.yml index 68cca2b3..28003867 100644 --- a/.github/workflows/iac-secrets.yml +++ b/.github/workflows/iac-secrets.yml @@ -61,7 +61,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.6' + uses: 'google-github-actions/auth@v2.1.7' with: workload_identity_provider: ${{ inputs.GCP_WIP }} project_id: ${{ inputs.PROJECT_ID }} diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index e39a0c9a..0341169c 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -155,7 +155,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.6' + uses: 'google-github-actions/auth@v2.1.7' if: inputs.GCP_ENV == true with: workload_identity_provider: ${{ inputs.GCP_WIP }}