18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
21
+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
22
22
with :
23
23
egress-policy : audit
24
24
44
44
45
45
steps :
46
46
- name : Harden the runner (Audit all outbound calls)
47
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
47
+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
48
48
with :
49
49
egress-policy : audit
50
50
91
91
92
92
steps :
93
93
- name : Harden the runner (Audit all outbound calls)
94
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
94
+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
95
95
with :
96
96
egress-policy : audit
97
97
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Harden the runner (Audit all outbound calls)
140
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
140
+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
141
141
with :
142
142
egress-policy : audit
143
143
@@ -160,7 +160,7 @@ jobs:
160
160
- run : mix compile --warning-as-errors
161
161
- run : mix credo --strict --format sarif > results.sarif
162
162
- name : Upload SARIF file
163
- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
163
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
164
164
with :
165
165
sarif_file : results.sarif
166
166
category : credo
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
steps :
177
177
- name : Harden Runner
178
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
178
+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
179
179
with :
180
180
egress-policy : audit
181
181
0 commit comments