From 9223a8e6885ba38c9be07e2bdc0de27f5b62d450 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:32:53 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.13 --- .github/actions/gcloud-auth/action.yml | 2 +- .github/workflows/iac-secrets.yml | 2 +- .github/workflows/iac.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/gcloud-auth/action.yml b/.github/actions/gcloud-auth/action.yml index 57cfa03c..19ae4a45 100644 --- a/.github/actions/gcloud-auth/action.yml +++ b/.github/actions/gcloud-auth/action.yml @@ -18,7 +18,7 @@ runs: steps: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.6' + uses: 'google-github-actions/auth@v2.1.13' with: workload_identity_provider: ${{ inputs.GCP_WIP }} project_id: ${{ inputs.PROJECT_ID }} diff --git a/.github/workflows/iac-secrets.yml b/.github/workflows/iac-secrets.yml index 28003867..0b24f1ac 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.7' + uses: 'google-github-actions/auth@v2.1.13' 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 c2ab51b1..1b1be9d6 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -169,7 +169,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.7' + uses: 'google-github-actions/auth@v2.1.13' if: inputs.GCP_ENV == true with: workload_identity_provider: ${{ inputs.GCP_WIP }}