5959 runs-on : ubuntu-22.04
6060 steps :
6161 - name : Harden Runner
62- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
62+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
6363 with :
6464 egress-policy : audit
6565
@@ -116,7 +116,7 @@ jobs:
116116 # Right now this is handled by the e2e suite, but we can migrate that here.
117117 steps :
118118 - name : Harden Runner
119- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
119+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
120120 with :
121121 egress-policy : audit
122122
@@ -308,14 +308,14 @@ jobs:
308308 fi
309309 - name : Upload reports
310310 if : always()
311- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
311+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
312312 with :
313313 name : integration-test-reports-${{matrix.suite}}
314314 path : /tmp/reports/*
315315 retention-days : 1
316316 - name : Upload reports
317317 if : always()
318- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
318+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
319319 with :
320320 name : integration-test-logs-${{matrix.suite}}
321321 path : /tmp/testlogs/*
@@ -332,7 +332,7 @@ jobs:
332332 sudo journalctl -u docker > "${f}"
333333 - name : Upload buildkit logs
334334 if : failure()
335- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
335+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
336336 with :
337337 name : e2e-dockerd-logs-${{ matrix.suite }}
338338 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -342,7 +342,7 @@ jobs:
342342 runs-on : ubuntu-22.04
343343 steps :
344344 - name : Harden Runner
345- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
345+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
346346 with :
347347 egress-policy : audit
348348
@@ -369,7 +369,7 @@ jobs:
369369 FRONTEND_REF : localhost:5000/dalec/frontend
370370 steps :
371371 - name : Harden Runner
372- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
372+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
373373 with :
374374 egress-policy : audit
375375
@@ -437,7 +437,7 @@ jobs:
437437 fi
438438 - name : Upload buildkit logs
439439 if : failure()
440- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
440+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
441441 with :
442442 name : e2e-dockerd-logs-diffmerge=${{ matrix.disable_diff_merge }}
443443 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
0 commit comments