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 e479236 commit d1c7c4fCopy full SHA for d1c7c4f
2 files changed
.github/workflows/build-push-cft-devtools.yml
@@ -31,7 +31,7 @@ jobs:
31
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'
32
33
- name: Setup gcloud
34
- uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
+ uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
35
with:
36
project_id: ${{ env.PROJECT_ID }}
37
.github/workflows/release-cli.yml
@@ -34,7 +34,7 @@ jobs:
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
- - uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
+ - uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
38
39
version: "410.0.0"
40
0 commit comments