File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@0d9e0c2c1bd7f770f6eb90f87780848ca02fc12c # v1.26.8
191
+ uses : crate-ci/typos@d01f29c66d1bf1a08730750f61d86c210b0d039d # v1.27.0
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -954,13 +954,13 @@ jobs:
954
954
fetch-depth : 0
955
955
956
956
- name : Authenticate to Google Cloud
957
- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
957
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
958
958
with :
959
959
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
960
960
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
961
961
962
962
- name : Set up Google Cloud SDK
963
- uses : google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1
963
+ uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
964
964
965
965
- name : Set up Flux CLI
966
966
uses : fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
@@ -969,7 +969,7 @@ jobs:
969
969
version : " 2.2.1"
970
970
971
971
- name : Get Cluster Credentials
972
- uses : google-github-actions/get-gke-credentials@6051de21ad50fbb1767bc93c11357a49082ad116 # v2.2.1
972
+ uses : google-github-actions/get-gke-credentials@206d64b64b0eba0a6e2f25113d044c31776ca8d6 # v2.2.2
973
973
with :
974
974
cluster_name : dogfood-v2
975
975
location : us-central1-a
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
uses : ./.github/actions/setup-tf
101
101
102
102
- name : Authenticate to Google Cloud
103
- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
103
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
104
104
with :
105
105
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
106
106
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ jobs:
192
192
# Setup GCloud for signing Windows binaries.
193
193
- name : Authenticate to Google Cloud
194
194
id : gcloud_auth
195
- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
195
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
196
196
with :
197
197
workload_identity_provider : ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
198
198
service_account : ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
199
199
token_format : " access_token"
200
200
201
201
- name : Setup GCloud SDK
202
- uses : google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1
202
+ uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
203
203
204
204
- name : Build binaries
205
205
run : |
@@ -365,13 +365,13 @@ jobs:
365
365
CODER_GPG_RELEASE_KEY_BASE64 : ${{ secrets.GPG_RELEASE_KEY_BASE64 }}
366
366
367
367
- name : Authenticate to Google Cloud
368
- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
368
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
369
369
with :
370
370
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
371
371
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
372
372
373
373
- name : Setup GCloud SDK
374
- uses : google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # 2.1.1
374
+ uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # 2.1.2
375
375
376
376
- name : Publish Helm Chart
377
377
if : ${{ !inputs.dry_run }}
You can’t perform that action at this time.
0 commit comments