We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292cb30 commit b5b2e07Copy full SHA for b5b2e07
.github/workflows/publish.yml
@@ -115,7 +115,7 @@ jobs:
115
- id: 'auth'
116
name: Authenticate with Google Cloud
117
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
+ uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 https://github.com/google-github-actions/auth/releases/tag/v2.1.12
119
with:
120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121
- name: Set up Cloud SDK
0 commit comments