@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-22.04
6060 steps :
6161 - name : Harden Runner
62- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
62+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
6363 with :
6464 egress-policy : audit
6565
6666 - name : checkout
6767 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
68+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
6969 with :
7070 go-version : ' 1.25'
7171 cache : false
@@ -116,11 +116,11 @@ 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@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
119+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
120120 with :
121121 egress-policy : audit
122122
123- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
123+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
124124 with :
125125 go-version : ' 1.25'
126126 cache : false
@@ -130,7 +130,7 @@ jobs:
130130
131131 - uses : ./.github/actions/enable-containerd
132132
133- - uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
133+ - uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
134134 name : Login to GHCR
135135 with :
136136 registry : ghcr.io
@@ -308,14 +308,14 @@ jobs:
308308 fi
309309 - name : Upload reports
310310 if : always()
311- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
311+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
318+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
335+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
336336 with :
337337 name : e2e-dockerd-logs-${{ matrix.suite }}
338338 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
@@ -342,13 +342,13 @@ jobs:
342342 runs-on : ubuntu-22.04
343343 steps :
344344 - name : Harden Runner
345- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
345+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
346346 with :
347347 egress-policy : audit
348348
349349 - name : checkout
350350 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
351- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
351+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
352352 with :
353353 go-version : ' 1.25'
354354 cache : false
@@ -369,7 +369,7 @@ jobs:
369369 FRONTEND_REF : localhost:5000/dalec/frontend
370370 steps :
371371 - name : Harden Runner
372- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
372+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
373373 with :
374374 egress-policy : audit
375375
@@ -380,11 +380,11 @@ jobs:
380380 fetch-depth : 0
381381
382382 - name : Expose GitHub tokens for caching
383- uses : crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1 .0
383+ uses : crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0 .0
384384 - name : Setup source policy
385385 if : inputs.source_policy
386386 uses : ./.github/actions/setup-source-policy
387- - uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
387+ - uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
388388 name : Login to GHCR
389389 with :
390390 registry : ghcr.io
@@ -437,7 +437,7 @@ jobs:
437437 fi
438438 - name : Upload buildkit logs
439439 if : failure()
440- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
440+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
441441 with :
442442 name : e2e-dockerd-logs-diffmerge=${{ matrix.disable_diff_merge }}
443443 path : ${{ steps.dump-logs.outputs.DOCKERD_LOG_PATH }}
0 commit comments