Skip to content

Commit d1c3dff

Browse files
Update actions to use latest versioci: use stable action versions to avoid resolution errorsns in vm_test.yml
1 parent 07848ef commit d1c3dff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/vm_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)