From e37153c530cf3883728c3e0eeade3110f0c55c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:15:04 +0000 Subject: [PATCH] chore(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...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/eval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 23dc1cfdf..07ea6a60f 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 'Authenticate to Google Cloud' id: 'auth' - uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # ratchet:exclude pin@v2.1.7 + uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # ratchet:exclude pin@v2.1.7 with: project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}' workload_identity_provider: '${{ vars.GCP_WIF_PROVIDER }}'