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 @@ -197,7 +197,7 @@ jobs:
197
197
198
198
# Check for any typos
199
199
- name : Check for typos
200
- uses : crate-ci/typos@0d9e0c2c1bd7f770f6eb90f87780848ca02fc12c # v1.26.8
200
+ uses : crate-ci/typos@d01f29c66d1bf1a08730750f61d86c210b0d039d # v1.27.0
201
201
with :
202
202
config : .github/workflows/typos.toml
203
203
@@ -961,13 +961,13 @@ jobs:
961
961
fetch-depth : 0
962
962
963
963
- name : Authenticate to Google Cloud
964
- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
964
+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
965
965
with :
966
966
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
967
967
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
968
968
969
969
- name : Set up Google Cloud SDK
970
- uses : google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1
970
+ uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
971
971
972
972
- name : Set up Flux CLI
973
973
uses : fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
@@ -976,7 +976,7 @@ jobs:
976
976
version : " 2.2.1"
977
977
978
978
- name : Get Cluster Credentials
979
- uses : google-github-actions/get-gke-credentials@6051de21ad50fbb1767bc93c11357a49082ad116 # v2.2.1
979
+ uses : google-github-actions/get-gke-credentials@206d64b64b0eba0a6e2f25113d044c31776ca8d6 # v2.2.2
980
980
with :
981
981
cluster_name : dogfood-v2
982
982
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