@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-22.04
6060 steps :
6161 - name : Harden Runner
62- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
62+ uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
6363 with :
6464 egress-policy : audit
6565
6666 - name : checkout
6767 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
68+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
119+ uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
120120 with :
121121 egress-policy : audit
122122
123- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
123+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
124124 with :
125125 go-version : ' 1.25'
126126 cache : false
@@ -342,13 +342,13 @@ jobs:
342342 runs-on : ubuntu-22.04
343343 steps :
344344 - name : Harden Runner
345- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
345+ uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
346346 with :
347347 egress-policy : audit
348348
349349 - name : checkout
350350 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
351- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
351+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .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@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
372+ uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
373373 with :
374374 egress-policy : audit
375375
0 commit comments