From 41beb75d527a25b494c0ac9168d10ec0655763db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:05:58 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.10 to 3.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.10 to 3.0.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/ba79af03959ebeac9769e648f473a284504d9193...7c6bc770dae815cd3e89ee6cdf493a5fab2cc093) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-apply.yaml | 2 +- .github/workflows/terraform-plan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-apply.yaml b/.github/workflows/terraform-apply.yaml index 883f57f..14c1cab 100644 --- a/.github/workflows/terraform-apply.yaml +++ b/.github/workflows/terraform-apply.yaml @@ -24,7 +24,7 @@ jobs: - name: gcp auth (tf apply) id: auth - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 with: workload_identity_provider: projects/546928617664/locations/global/workloadIdentityPools/gha-terraform-checker-pool/providers/gha-terraform-checker-provider # Privileged identity, scoped via workload identity to refs/heads/main. diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index bbc694b..f77d869 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -19,7 +19,7 @@ jobs: - name: gcp auth (tf plan) id: auth - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 with: workload_identity_provider: projects/546928617664/locations/global/workloadIdentityPools/gha-terraform-checker-pool/providers/gha-terraform-checker-provider # Read-only identity: plan runs against untrusted PR code and must not