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 6038fac commit ed6d19fCopy full SHA for ed6d19f
.github/workflows/publish.yml
@@ -120,7 +120,7 @@ jobs:
120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121
- name: Set up Cloud SDK
122
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
123
- uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v3.0.0
+ uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1 https://github.com/google-github-actions/setup-gcloud/releases/tag/v3.0.1
124
- name: Sign binary (Windows)
125
126
shell: pwsh
0 commit comments