5353 runs-on : ubuntu-22.04
5454 steps :
5555 - name : Harden Runner
56- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
56+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
5757 with :
5858 egress-policy : audit
5959
@@ -110,7 +110,7 @@ jobs:
110110 # Right now this is handled by the e2e suite, but we can migrate that here.
111111 steps :
112112 - name : Harden Runner
113- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
113+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
114114 with :
115115 egress-policy : audit
116116
@@ -264,14 +264,14 @@ jobs:
264264 curl -sSLf localhost:16686/api/traces?service=docker > /tmp/reports/jaeger-docker.json
265265 - name : Upload reports
266266 if : always()
267- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
267+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
268268 with :
269269 name : integration-test-reports-${{matrix.suite}}
270270 path : /tmp/reports/*
271271 retention-days : 1
272272 - name : Upload reports
273273 if : always()
274- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
274+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
275275 with :
276276 name : integration-test-logs-${{matrix.suite}}
277277 path : /tmp/testlogs/*
@@ -288,7 +288,7 @@ jobs:
288288 sudo journalctl -u docker > "${f}"
289289 - name : Upload buildkit logs
290290 if : failure()
291- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
291+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
292292 with :
293293 name : e2e-dockerd-logs-${{ matrix.suite }}
294294 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -298,7 +298,7 @@ jobs:
298298 runs-on : ubuntu-22.04
299299 steps :
300300 - name : Harden Runner
301- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
301+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
302302 with :
303303 egress-policy : audit
304304
@@ -325,7 +325,7 @@ jobs:
325325 FRONTEND_REF : localhost:5000/dalec/frontend
326326 steps :
327327 - name : Harden Runner
328- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
328+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
329329 with :
330330 egress-policy : audit
331331
@@ -390,7 +390,7 @@ jobs:
390390 fi
391391 - name : Upload buildkit logs
392392 if : failure()
393- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
393+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
394394 with :
395395 name : e2e-dockerd-logs-diffmerge=${{ matrix.disable_diff_merge }}
396396 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
0 commit comments