1616
1717 steps :
1818 - name : Harden GitHub Actions Runner
19- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
19+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
2020 with :
2121 egress-policy : block
2222 allowed-endpoints : >
6868
6969 steps :
7070 - name : Harden GitHub Actions Runner
71- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
71+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
7272 with :
7373 egress-policy : block
7474 allowed-endpoints : >
@@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : Harden GitHub Actions Runner
109- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
109+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
110110 with :
111111 egress-policy : block
112112 allowed-endpoints : >
@@ -152,7 +152,7 @@ jobs:
152152
153153 steps :
154154 - name : Harden GitHub Actions Runner
155- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
155+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
156156 with :
157157 egress-policy : audit
158158
@@ -198,7 +198,7 @@ jobs:
198198
199199 steps :
200200 - name : Harden GitHub Actions Runner
201- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
201+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
202202 with :
203203 egress-policy : block
204204 allowed-endpoints : >
@@ -245,7 +245,7 @@ jobs:
245245 run : npm start > /dev/null &
246246
247247 - name : Run ZAP API Scan
248- uses : zaproxy/action-api-scan@d7eab41e224d7427459ca0a3b7523ba7b98f3ccc # v0.3.1
248+ uses : zaproxy/action-api-scan@9a2c359fa309b8895927aa45e3432f388caa3f97 # v0.5.0
249249 with :
250250 target : http://localhost:3000/swagger/json
251251 format : openapi
@@ -263,7 +263,7 @@ jobs:
263263
264264 steps :
265265 - name : Harden GitHub Actions Runner
266- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
266+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
267267 with :
268268 egress-policy : audit
269269
@@ -284,7 +284,7 @@ jobs:
284284
285285 steps :
286286 - name : Harden GitHub Actions Runner
287- uses : step-security/harden-runner@80b2fcb96ae248b7b80d284855acf93c338a6a0a
287+ uses : step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
288288 with :
289289 egress-policy : audit
290290
0 commit comments