From 5c07b1169f78bb9831ee6af9dd460469b2fdd7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:07:05 +0000 Subject: [PATCH] ci(deps): bump google-github-actions/auth from 2.1.13 to 3.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.13 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/c200f3691d83b41bf9bbd8638997a462592937ed...7c6bc770dae815cd3e89ee6cdf493a5fa b2cc093) --- 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/address-review-comments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/address-review-comments.yaml b/.github/workflows/address-review-comments.yaml index ceda472cf25..cd8ee3fe6dc 100644 --- a/.github/workflows/address-review-comments.yaml +++ b/.github/workflows/address-review-comments.yaml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Authenticate to GCP via WIF - uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 with: project_id: hosted-control-planes service_account: claude-gha@hosted-control-planes.iam.gserviceaccount.com