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 1ab01a4 commit 5d74800Copy full SHA for 5d74800
.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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 https://github.com/google-github-actions/auth/releases/tag/v2.1.12
+ uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 https://github.com/google-github-actions/auth/releases/tag/v3.0.0
119
with:
120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121
- name: Set up Cloud SDK
0 commit comments