34
34
tailnet-integration : ${{ steps.filter.outputs.tailnet-integration }}
35
35
steps :
36
36
- name : Harden Runner
37
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
37
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
38
38
with :
39
39
egress-policy : audit
40
40
@@ -154,7 +154,7 @@ jobs:
154
154
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
155
155
steps :
156
156
- name : Harden Runner
157
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
157
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
158
158
with :
159
159
egress-policy : audit
160
160
@@ -226,7 +226,7 @@ jobs:
226
226
if : ${{ !cancelled() }}
227
227
steps :
228
228
- name : Harden Runner
229
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
229
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
230
230
with :
231
231
egress-policy : audit
232
232
@@ -281,7 +281,7 @@ jobs:
281
281
timeout-minutes : 7
282
282
steps :
283
283
- name : Harden Runner
284
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
284
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
285
285
with :
286
286
egress-policy : audit
287
287
@@ -330,7 +330,7 @@ jobs:
330
330
- windows-2022
331
331
steps :
332
332
- name : Harden Runner
333
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
333
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
334
334
with :
335
335
egress-policy : audit
336
336
@@ -527,7 +527,7 @@ jobs:
527
527
timeout-minutes : 25
528
528
steps :
529
529
- name : Harden Runner
530
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
530
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
531
531
with :
532
532
egress-policy : audit
533
533
@@ -575,7 +575,7 @@ jobs:
575
575
timeout-minutes : 25
576
576
steps :
577
577
- name : Harden Runner
578
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
578
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
579
579
with :
580
580
egress-policy : audit
581
581
@@ -634,7 +634,7 @@ jobs:
634
634
timeout-minutes : 20
635
635
steps :
636
636
- name : Harden Runner
637
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
637
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
638
638
with :
639
639
egress-policy : audit
640
640
@@ -660,7 +660,7 @@ jobs:
660
660
timeout-minutes : 20
661
661
steps :
662
662
- name : Harden Runner
663
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
663
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
664
664
with :
665
665
egress-policy : audit
666
666
@@ -692,7 +692,7 @@ jobs:
692
692
name : ${{ matrix.variant.name }}
693
693
steps :
694
694
- name : Harden Runner
695
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
695
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
696
696
with :
697
697
egress-policy : audit
698
698
@@ -763,7 +763,7 @@ jobs:
763
763
if : needs.changes.outputs.site == 'true' || needs.changes.outputs.ci == 'true'
764
764
steps :
765
765
- name : Harden Runner
766
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
766
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
767
767
with :
768
768
egress-policy : audit
769
769
@@ -843,7 +843,7 @@ jobs:
843
843
844
844
steps :
845
845
- name : Harden Runner
846
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
846
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
847
847
with :
848
848
egress-policy : audit
849
849
@@ -910,7 +910,7 @@ jobs:
910
910
if : always()
911
911
steps :
912
912
- name : Harden Runner
913
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
913
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
914
914
with :
915
915
egress-policy : audit
916
916
@@ -1038,7 +1038,7 @@ jobs:
1038
1038
IMAGE : ghcr.io/coder/coder-preview:${{ steps.build-docker.outputs.tag }}
1039
1039
steps :
1040
1040
- name : Harden Runner
1041
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
1041
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1042
1042
with :
1043
1043
egress-policy : audit
1044
1044
@@ -1095,14 +1095,14 @@ jobs:
1095
1095
# Setup GCloud for signing Windows binaries.
1096
1096
- name : Authenticate to Google Cloud
1097
1097
id : gcloud_auth
1098
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
1098
+ uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
1099
1099
with :
1100
1100
workload_identity_provider : ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
1101
1101
service_account : ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
1102
1102
token_format : " access_token"
1103
1103
1104
1104
- name : Setup GCloud SDK
1105
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1105
+ uses : google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5
1106
1106
1107
1107
- name : Download dylibs
1108
1108
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -1386,7 +1386,7 @@ jobs:
1386
1386
id-token : write
1387
1387
steps :
1388
1388
- name : Harden Runner
1389
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
1389
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1390
1390
with :
1391
1391
egress-policy : audit
1392
1392
@@ -1396,13 +1396,13 @@ jobs:
1396
1396
fetch-depth : 0
1397
1397
1398
1398
- name : Authenticate to Google Cloud
1399
- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
1399
+ uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
1400
1400
with :
1401
1401
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
1402
1402
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
1403
1403
1404
1404
- name : Set up Google Cloud SDK
1405
- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1405
+ uses : google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5
1406
1406
1407
1407
- name : Set up Flux CLI
1408
1408
uses : fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
@@ -1411,7 +1411,7 @@ jobs:
1411
1411
version : " 2.5.1"
1412
1412
1413
1413
- name : Get Cluster Credentials
1414
- uses : google-github-actions/get-gke-credentials@d0cee45012069b163a631894b98904a9e6723729 # v2.3.3
1414
+ uses : google-github-actions/get-gke-credentials@8e574c49425fa7efed1e74650a449bfa6a23308a # v2.3.4
1415
1415
with :
1416
1416
cluster_name : dogfood-v2
1417
1417
location : us-central1-a
@@ -1450,7 +1450,7 @@ jobs:
1450
1450
if : github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
1451
1451
steps :
1452
1452
- name : Harden Runner
1453
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
1453
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1454
1454
with :
1455
1455
egress-policy : audit
1456
1456
@@ -1485,7 +1485,7 @@ jobs:
1485
1485
if : needs.changes.outputs.db == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
1486
1486
steps :
1487
1487
- name : Harden Runner
1488
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
1488
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1489
1489
with :
1490
1490
egress-policy : audit
1491
1491
0 commit comments