4646 ref : ${{ github.sha }}
4747
4848 - name : Set up Go
49- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
49+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
5050 with :
5151 go-version-file : go.mod
5252
@@ -128,7 +128,7 @@ jobs:
128128 ref : ${{ github.sha }}
129129
130130 - name : Set up Go
131- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
131+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
132132 with :
133133 go-version-file : go.mod
134134
@@ -207,7 +207,7 @@ jobs:
207207 ref : ${{ github.sha }}
208208
209209 - name : Set up Go
210- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
210+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
211211 with :
212212 go-version-file : go.mod
213213
@@ -255,7 +255,7 @@ jobs:
255255 run : ./certsuite claim show failures -c certsuite-out/claim.json
256256
257257 - name : Upload smoke test results as an artifact
258- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
258+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
259259 if : always()
260260 with :
261261 name : smoke-tests
@@ -272,7 +272,7 @@ jobs:
272272 run : ./certsuite run --label-filter=preflight --log-level="${SMOKE_TESTS_LOG_LEVEL}"
273273
274274 - name : Upload preflight smoke test results as an artifact
275- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
275+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
276276 if : always()
277277 with :
278278 name : preflight-smoke-tests
@@ -310,7 +310,7 @@ jobs:
310310
311311 # needed by depends-on-action
312312 - name : Set up Go
313- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
313+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
314314 with :
315315 go-version-file : go.mod
316316
@@ -381,7 +381,7 @@ jobs:
381381 --label-filter="${SMOKE_TESTS_LABELS_FILTER}"
382382
383383 - name : Upload container test results as an artifact
384- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
384+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
385385 if : always()
386386 with :
387387 name : smoke-tests-container
0 commit comments