From cf96e3f705d50bacb391f3ce6850a87619f457fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:44:19 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.11 to 2.1.12 in the patch group Bumps the patch group with 1 update: [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `google-github-actions/auth` from 2.1.11 to 2.1.12 - [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/v2.1.11...v2.1.12) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- .github/workflows/make-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 93f83f8e..742df994 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.11' + uses: 'google-github-actions/auth@v2.1.12' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' - name: Set up Cloud SDK @@ -145,7 +145,7 @@ jobs: steps: - uses: actions/checkout@master - name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.11' + uses: 'google-github-actions/auth@v2.1.12' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}' - name: Set up Cloud SDK