File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - uses : actions/checkout@v4
108108
109109 - name : Harden the runner (Audit all outbound calls)
110- uses : step-security/harden-runner@v2.10.1
110+ uses : step-security/harden-runner@v2
111111 with :
112112 egress-policy : audit
113113
@@ -216,12 +216,12 @@ jobs:
216216 sudo make install
217217
218218 - name : Download urunc artifact
219- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372df9a8682 # v4.1.8
219+ uses : actions/download-artifact@v4 # v4.1.8
220220 with :
221221 name : urunc-${{ matrix.arch }}
222222
223223 - name : Download containerd-shim-urunc-v2 artifact
224- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372df9a8682 # v4.1.8
224+ uses : actions/download-artifact@v4 # v4.1.8
225225 with :
226226 name : containerd-shim-urunc-v2-${{ matrix.arch }}
227227
You can’t perform that action at this time.
0 commit comments