@@ -231,7 +231,7 @@ jobs:
231231 ZIZMOR_VERSION : 1.5.2
232232 steps :
233233 - name : Checkout code
234- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
234+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
235235 with :
236236 persist-credentials : false
237237 - name : Install uv
@@ -250,7 +250,7 @@ jobs:
250250 if : ${{ inputs.run_reuse_check }}
251251 steps :
252252 - name : Checkout code
253- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
253+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
254254 with :
255255 persist-credentials : false
256256 - name : REUSE Compliance Check
@@ -265,11 +265,11 @@ jobs:
265265 SANITIZIED_PROJECT_NAME : ${{ needs.sanitize-project-folder.outputs.sanitized_project_name }}
266266 steps :
267267 - name : Checkout code
268- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
268+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
269269 with :
270270 persist-credentials : false
271271 - name : Clone CI repo
272- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
272+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
273273 with :
274274 repository : open-edge-platform/orch-ci
275275 path : ci
@@ -291,7 +291,7 @@ jobs:
291291 runs-on : ubuntu-latest
292292 steps :
293293 - name : Checkout code
294- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
294+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
295295 with :
296296 persist-credentials : false
297297 - name : Run ClamAV Scan
@@ -312,7 +312,7 @@ jobs:
312312 needs : sanitize-project-folder
313313 steps :
314314 - name : Checkout code
315- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
315+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
316316 with :
317317 persist-credentials : false
318318 - name : Run Trivy Filesystem Scan
@@ -342,7 +342,7 @@ jobs:
342342 needs : sanitize-project-folder
343343 steps :
344344 - name : Checkout code
345- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
345+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
346346 with :
347347 persist-credentials : false
348348 - name : Run Trivy Critical Filesystem Scan
@@ -363,7 +363,7 @@ jobs:
363363 needs : sanitize-project-folder
364364 steps :
365365 - name : Checkout code
366- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
366+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
367367 with :
368368 persist-credentials : false
369369 - name : Run Bandit scan
@@ -382,7 +382,7 @@ jobs:
382382 needs : sanitize-project-folder
383383 steps :
384384 - name : Checkout code
385- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
385+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
386386 with :
387387 persist-credentials : false
388388 - name : Run Semgrep scan
@@ -403,7 +403,7 @@ jobs:
403403 PROJECT_NAME : ${{ github.repository }}
404404 steps :
405405 - name : Checkout code
406- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
406+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
407407 with :
408408 # Fetch all history, workaround sporadic issue with missing tags
409409 fetch-depth : 0
@@ -413,7 +413,7 @@ jobs:
413413 persist-credentials : false
414414
415415 - name : Checkout action repository
416- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
416+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
417417 with :
418418 repository : open-edge-platform/orch-ci
419419 path : ci
@@ -805,7 +805,7 @@ jobs:
805805 path : trivy-${{ env.sanitized_image_name }}.txt
806806
807807 - name : Checkout code
808- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
808+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
809809 with :
810810 persist-credentials : false
811811
0 commit comments