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@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
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@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
119119 with :
120120 egress-policy : audit
121121
@@ -332,7 +332,7 @@ jobs:
332332
333333 - name : Upload integration coverage profile
334334 if : always()
335- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
335+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
336336 with :
337337 name : coverage-integration-${{ matrix.suite }}
338338 path : |
@@ -353,14 +353,14 @@ jobs:
353353 fi
354354 - name : Upload reports
355355 if : always()
356- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
356+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
357357 with :
358358 name : integration-test-reports-${{matrix.suite}}
359359 path : /tmp/reports/*
360360 retention-days : 1
361361 - name : Upload reports
362362 if : always()
363- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
363+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
364364 with :
365365 name : integration-test-logs-${{matrix.suite}}
366366 path : /tmp/testlogs/*
@@ -377,7 +377,7 @@ jobs:
377377 sudo journalctl -u docker > "${f}"
378378 - name : Upload buildkit logs
379379 if : failure()
380- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
380+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
381381 with :
382382 name : e2e-dockerd-logs-${{ matrix.suite }}
383383 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -387,7 +387,7 @@ jobs:
387387 runs-on : ubuntu-22.04
388388 steps :
389389 - name : Harden Runner
390- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
390+ uses : step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
391391 with :
392392 egress-policy : audit
393393
@@ -412,7 +412,7 @@ jobs:
412412 | go run ./cmd/test2json2gha
413413 - name : Upload unit coverage profile
414414 if : always()
415- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
415+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
416416 with :
417417 name : coverage-unit
418418 path : coverage/unit.out
@@ -433,7 +433,7 @@ jobs:
433433 FRONTEND_REF : localhost:5000/dalec/frontend
434434 steps :
435435 - name : Harden Runner
436- uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
436+ uses : step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
437437 with :
438438 egress-policy : audit
439439
@@ -501,7 +501,7 @@ jobs:
501501 fi
502502 - name : Upload buildkit logs
503503 if : failure()
504- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
504+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
505505 with :
506506 name : e2e-dockerd-logs-diffmerge=${{ matrix.disable_diff_merge }}
507507 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -515,15 +515,15 @@ jobs:
515515
516516 steps :
517517 - name : Harden Runner
518- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
518+ uses : step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
519519 with :
520520 egress-policy : audit
521521
522522 - name : Checkout
523523 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
524524
525525 - name : Setup Go
526- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
526+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
527527 with :
528528 go-version : " 1.25"
529529 cache : false
@@ -532,13 +532,13 @@ jobs:
532532 run : go mod download
533533
534534 - name : Download unit coverage artifact
535- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
535+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
536536 with :
537537 name : coverage-unit
538538 path : coverage
539539
540540 - name : Download integration coverage artifacts
541- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
541+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
542542 with :
543543 path : coverage/_integration
544544
@@ -578,7 +578,7 @@ jobs:
578578 } >> "${GITHUB_STEP_SUMMARY}"
579579
580580 - name : Upload merged coverage report
581- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
581+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
582582 with :
583583 name : coverage-report
584584 path : |
0 commit comments