Skip to content

Commit b5b2e07

Browse files
chore(deps): bump google-github-actions/auth from 2.1.11 to 2.1.12 (#464)
Bumps [google-github-actions/auth](https://github.com/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](google-github-actions/auth@140bb51...b7593ed) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 292cb30 commit b5b2e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- id: 'auth'
116116
name: Authenticate with Google Cloud
117117
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
118-
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 https://github.com/google-github-actions/auth/releases/tag/v2.1.11
118+
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 https://github.com/google-github-actions/auth/releases/tag/v2.1.12
119119
with:
120120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121121
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)