66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Harden Runner
69
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
69
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
70
70
with :
71
71
egress-policy : audit
72
72
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -130,7 +130,7 @@ jobs:
130
130
matrix : ${{ steps.scan-matrix.outputs.matrix }}
131
131
steps :
132
132
- name : Harden Runner
133
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
133
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
134
134
with :
135
135
egress-policy : audit
136
136
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
@@ -152,7 +152,7 @@ jobs:
152
152
steps :
153
153
- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
154
154
- name : Harden Runner
155
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
155
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
156
156
with :
157
157
egress-policy : audit
158
158
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -204,7 +204,7 @@ jobs:
204
204
matrix : ${{ steps.test-matrix.outputs.matrix }}
205
205
steps :
206
206
- name : Harden Runner
207
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
207
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
208
208
with :
209
209
egress-policy : audit
210
210
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -225,7 +225,7 @@ jobs:
225
225
experimental : [true]
226
226
fail-fast : false
227
227
steps :
228
- - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
228
+ - uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
229
229
with :
230
230
egress-policy : audit
231
231
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments