File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
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@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
191
+ uses : crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308 # v1.29.5
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -1173,13 +1173,13 @@ jobs:
1173
1173
fetch-depth : 0
1174
1174
1175
1175
- name : Authenticate to Google Cloud
1176
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
1176
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
1177
1177
with :
1178
1178
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
1179
1179
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
1180
1180
1181
1181
- name : Set up Google Cloud SDK
1182
- uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
1182
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1183
1183
1184
1184
- name : Set up Flux CLI
1185
1185
uses : fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
@@ -1188,7 +1188,7 @@ jobs:
1188
1188
version : " 2.2.1"
1189
1189
1190
1190
- name : Get Cluster Credentials
1191
- uses : google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a # v2.3.0
1191
+ uses : google-github-actions/get-gke-credentials@7a108e64ed8546fe38316b4086e91da13f4785e1 # v2.3.1
1192
1192
with :
1193
1193
cluster_name : dogfood-v2
1194
1194
location : us-central1-a
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : ./.github/actions/setup-tf
110
110
111
111
- name : Authenticate to Google Cloud
112
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
112
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
113
113
with :
114
114
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
115
115
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
Original file line number Diff line number Diff line change @@ -284,14 +284,14 @@ jobs:
284
284
# Setup GCloud for signing Windows binaries.
285
285
- name : Authenticate to Google Cloud
286
286
id : gcloud_auth
287
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
287
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
288
288
with :
289
289
workload_identity_provider : ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
290
290
service_account : ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
291
291
token_format : " access_token"
292
292
293
293
- name : Setup GCloud SDK
294
- uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2
294
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
295
295
296
296
- name : Build binaries
297
297
run : |
@@ -459,13 +459,13 @@ jobs:
459
459
CODER_GPG_RELEASE_KEY_BASE64 : ${{ secrets.GPG_RELEASE_KEY_BASE64 }}
460
460
461
461
- name : Authenticate to Google Cloud
462
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
462
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
463
463
with :
464
464
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
465
465
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
466
466
467
467
- name : Setup GCloud SDK
468
- uses : google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # 2.1.2
468
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # 2.1.4
469
469
470
470
- name : Publish Helm Chart
471
471
if : ${{ !inputs.dry_run }}
Original file line number Diff line number Diff line change 47
47
48
48
# Upload the results to GitHub's code scanning dashboard.
49
49
- name : " Upload to code-scanning"
50
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
50
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
51
51
with :
52
52
sarif_file : results.sarif
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/setup-go
39
39
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
41
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
42
42
with :
43
43
languages : go, javascript
44
44
48
48
rm Makefile
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
52
52
53
53
- name : Send Slack notification on failure
54
54
if : ${{ failure() }}
@@ -144,7 +144,7 @@ jobs:
144
144
severity : " CRITICAL,HIGH"
145
145
146
146
- name : Upload Trivy scan results to GitHub Security tab
147
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
147
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
148
148
with :
149
149
sarif_file : trivy-results.sarif
150
150
category : " Trivy"
You can’t perform that action at this time.
0 commit comments