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 74af3fe commit 482b9d0Copy full SHA for 482b9d0
.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@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10 https://github.com/google-github-actions/auth/releases/tag/v2.1.10
+ uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 https://github.com/google-github-actions/auth/releases/tag/v2.1.11
119
with:
120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121
- name: Set up Cloud SDK
0 commit comments