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
@@ -115,7 +115,7 @@ jobs:
115115 # Right now this is handled by the e2e suite, but we can migrate that here.
116116 steps :
117117 - name : Harden Runner
118- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
118+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
119119 with :
120120 egress-policy : audit
121121
@@ -307,14 +307,14 @@ jobs:
307307 fi
308308 - name : Upload reports
309309 if : always()
310- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
310+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
311311 with :
312312 name : integration-test-reports-${{matrix.suite}}
313313 path : /tmp/reports/*
314314 retention-days : 1
315315 - name : Upload reports
316316 if : always()
317- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
317+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
318318 with :
319319 name : integration-test-logs-${{matrix.suite}}
320320 path : /tmp/testlogs/*
@@ -331,7 +331,7 @@ jobs:
331331 sudo journalctl -u docker > "${f}"
332332 - name : Upload buildkit logs
333333 if : failure()
334- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
334+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
335335 with :
336336 name : e2e-dockerd-logs-${{ matrix.suite }}
337337 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -341,7 +341,7 @@ jobs:
341341 runs-on : ubuntu-22.04
342342 steps :
343343 - name : Harden Runner
344- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
344+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
345345 with :
346346 egress-policy : audit
347347
@@ -368,7 +368,7 @@ jobs:
368368 FRONTEND_REF : localhost:5000/dalec/frontend
369369 steps :
370370 - name : Harden Runner
371- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
371+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
372372 with :
373373 egress-policy : audit
374374
@@ -436,7 +436,7 @@ jobs:
436436 fi
437437 - name : Upload buildkit logs
438438 if : failure()
439- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
439+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
440440 with :
441441 name : e2e-dockerd-logs-diffmerge=${{ matrix.disable_diff_merge }}
442442 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
0 commit comments