1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2222 with :
2323 egress-policy : audit
2424
4444
4545 steps :
4646 - name : Harden the runner (Audit all outbound calls)
47- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
47+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4848 with :
4949 egress-policy : audit
5050
9191
9292 steps :
9393 - name : Harden the runner (Audit all outbound calls)
94- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
94+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
9595 with :
9696 egress-policy : audit
9797
@@ -137,7 +137,7 @@ jobs:
137137
138138 steps :
139139 - name : Harden the runner (Audit all outbound calls)
140- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
140+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
141141 with :
142142 egress-policy : audit
143143
@@ -160,7 +160,7 @@ jobs:
160160 - run : mix compile --warning-as-errors
161161 - run : mix credo --strict --format sarif > results.sarif
162162 - name : Upload SARIF file
163- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
163+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
164164 with :
165165 sarif_file : results.sarif
166166 category : credo
@@ -175,7 +175,7 @@ jobs:
175175
176176 steps :
177177 - name : Harden Runner
178- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
178+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
179179 with :
180180 egress-policy : audit
181181
0 commit comments