Skip to content

Commit 2652d47

Browse files
[gha] Bump actions/checkout from 5.0.1 to 6.0.0 (#422)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1474f0 commit 2652d47

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

.github/workflows/apporch-go-fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
41+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4242
with:
4343
# Fetch all history, workaround sporadic issue with missing tags
4444
fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Checkout orch-ci repository
52-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
52+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5353
with:
5454
repository: open-edge-platform/orch-ci
5555
path: ci

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
30+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3131
with:
3232
persist-credentials: false
3333

.github/workflows/build-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
REPO: ${{ github.repository }}
8585
steps:
8686
- name: Checkout action repository
87-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
87+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8888
with:
8989
repository: open-edge-platform/orch-ci
9090
path: ci
@@ -105,7 +105,7 @@ jobs:
105105
aws-region: us-west-2
106106

107107
- name: Checkout code
108-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
108+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109109
with:
110110
# Fetch all history, otherwise sporadic issue with missing tags
111111
fetch-depth: 0
@@ -185,7 +185,7 @@ jobs:
185185
# 'Post Bootstrap CI Environment' step does not fail
186186
- name: Checkout action repository
187187
if: always()
188-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
188+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
189189
with:
190190
repository: open-edge-platform/orch-ci
191191
path: ci

.github/workflows/post-merge-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id-token: write
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
62+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6363
with:
6464
ref: ${{ github.head_ref }}
6565
persist-credentials: false
@@ -86,7 +86,7 @@ jobs:
8686
security-events: write
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v5.0.1
89+
uses: actions/checkout@v6.0.0
9090

9191
- name: Download raw results
9292
uses: actions/download-artifact@v6

.github/workflows/post-merge.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
needs: sanitize-project-folder
202202
steps:
203203
- name: Checkout code
204-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
204+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
205205
with:
206206
persist-credentials: false
207207
- name: Run Trivy Filesystem Scan
@@ -239,7 +239,7 @@ jobs:
239239
ZIZMOR_VERSION: 1.5.2
240240
steps:
241241
- name: Checkout code
242-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
242+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
243243
with:
244244
persist-credentials: false
245245

@@ -260,7 +260,7 @@ jobs:
260260
needs: sanitize-project-folder
261261
steps:
262262
- name: Checkout code
263-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
263+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
264264
with:
265265
persist-credentials: false
266266
- name: Run Bandit scan
@@ -277,7 +277,7 @@ jobs:
277277
needs: sanitize-project-folder
278278
steps:
279279
- name: Checkout code
280-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
280+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
281281
with:
282282
persist-credentials: false
283283
- name: Run Semgrep scan
@@ -300,7 +300,7 @@ jobs:
300300
PROJECT_NAME: ${{ github.repository }}
301301
steps:
302302
- name: Checkout code
303-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
303+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
304304
with:
305305
# Do not persist credentials by default, otherwise they
306306
# will clash with credentials set by bootstrap action
@@ -313,7 +313,7 @@ jobs:
313313
ref: ${{ github.head_ref }}
314314

315315
- name: Checkout action repository
316-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
316+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
317317
with:
318318
repository: open-edge-platform/orch-ci
319319
ref: ${{ inputs.orch_ci_repo_ref }}
@@ -727,7 +727,7 @@ jobs:
727727
_index: [0] # ensures matrix uniqueness
728728
steps:
729729
- name: Checkout orch-ci for Cosign
730-
uses: actions/checkout@v5.0.1
730+
uses: actions/checkout@v6.0.0
731731
with:
732732
repository: open-edge-platform/orch-ci
733733
token: ${{ secrets.SYS_ORCH_GITHUB }}
@@ -789,11 +789,11 @@ jobs:
789789
image: ${{ fromJson(needs.run-repo-pipelines.outputs.ecr_images) }}
790790
steps:
791791
- name: Checkout code
792-
uses: actions/checkout@v5.0.1
792+
uses: actions/checkout@v6.0.0
793793
with:
794794
persist-credentials: false
795795
- name: Checkout orch-ci for Cosign
796-
uses: actions/checkout@v5.0.1
796+
uses: actions/checkout@v6.0.0
797797
with:
798798
repository: open-edge-platform/orch-ci
799799
token: ${{ secrets.SYS_ORCH_GITHUB }}
@@ -868,11 +868,11 @@ jobs:
868868
if: ${{inputs.run_version_dev}}
869869
steps:
870870
- name: Checkout code
871-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
871+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
872872
with:
873873
persist-credentials: false
874874
- name: Checkout action repository
875-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
875+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
876876
with:
877877
repository: open-edge-platform/orch-ci
878878
path: ci

.github/workflows/pre-merge.yml

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

.github/workflows/publish-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
REPO: ${{ github.repository }}
9696
steps:
9797
- name: Checkout action repository
98-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
98+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9999
with:
100100
repository: open-edge-platform/orch-ci
101101
path: ci
@@ -117,7 +117,7 @@ jobs:
117117
aws-region: us-west-2
118118

119119
- name: Checkout code
120-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
120+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
121121
with:
122122
# Fetch all history, otherwise sporadic issue with missing tags
123123
fetch-depth: 0
@@ -445,7 +445,7 @@ jobs:
445445
# 'Post Bootstrap CI Environment' step does not fail
446446
- name: Checkout action repository
447447
if: always()
448-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
448+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
449449
with:
450450
repository: open-edge-platform/orch-ci
451451
path: ci

.github/workflows/test_bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2222
with:
2323
persist-credentials: false
2424
- name: Test bootstrap action

0 commit comments

Comments
 (0)