Skip to content

Commit aa1a204

Browse files
[gha] Bump actions/checkout from 5.0.0 to 5.0.1 (#407)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandru Dimofte <[email protected]>
1 parent 4d82cd9 commit aa1a204

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
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141
with:
4242
# Fetch all history, workaround sporadic issue with missing tags
4343
fetch-depth: 0
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Checkout orch-ci repository
51-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5252
with:
5353
repository: open-edge-platform/orch-ci
5454
path: ci

.github/workflows/auto-update.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3030
with:
3131
persist-credentials: false
3232

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
87+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
108+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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
@@ -58,7 +58,7 @@ jobs:
5858
id-token: write
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6262
with:
6363
ref: ${{ github.head_ref }}
6464
persist-credentials: false
@@ -85,7 +85,7 @@ jobs:
8585
security-events: write
8686
steps:
8787
- name: Checkout code
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v5.0.1
8989

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

.github/workflows/post-merge.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
needs: sanitize-project-folder
201201
steps:
202202
- name: Checkout code
203-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
203+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
204204
with:
205205
persist-credentials: false
206206
- name: Run Trivy Filesystem Scan
@@ -238,7 +238,7 @@ jobs:
238238
ZIZMOR_VERSION: 1.5.2
239239
steps:
240240
- name: Checkout code
241-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
241+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
242242
with:
243243
persist-credentials: false
244244

@@ -259,7 +259,7 @@ jobs:
259259
needs: sanitize-project-folder
260260
steps:
261261
- name: Checkout code
262-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
262+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
263263
with:
264264
persist-credentials: false
265265
- name: Run Bandit scan
@@ -276,7 +276,7 @@ jobs:
276276
needs: sanitize-project-folder
277277
steps:
278278
- name: Checkout code
279-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
279+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
280280
with:
281281
persist-credentials: false
282282
- name: Run Semgrep scan
@@ -298,7 +298,7 @@ jobs:
298298
PROJECT_NAME: ${{ github.repository }}
299299
steps:
300300
- name: Checkout code
301-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
301+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
302302
with:
303303
# Do not persist credentials by default, otherwise they
304304
# will clash with credentials set by bootstrap action
@@ -311,7 +311,7 @@ jobs:
311311
ref: ${{ github.head_ref }}
312312

313313
- name: Checkout action repository
314-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
314+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
315315
with:
316316
repository: open-edge-platform/orch-ci
317317
ref: ${{ inputs.orch_ci_repo_ref }}
@@ -697,7 +697,7 @@ jobs:
697697
binary: ${{ fromJSON(needs.run-repo-pipelines.outputs.binaries) }}
698698
steps:
699699
- name: Checkout orch-ci for Cosign
700-
uses: actions/checkout@v5
700+
uses: actions/checkout@v5.0.1
701701
with:
702702
repository: open-edge-platform/orch-ci
703703
token: ${{ secrets.SYS_ORCH_GITHUB }}
@@ -745,12 +745,12 @@ jobs:
745745
image: ${{ fromJson(needs.run-repo-pipelines.outputs.ecr_images) }}
746746
steps:
747747
- name: Checkout code
748-
uses: actions/checkout@v5
748+
uses: actions/checkout@v5.0.1
749749
with:
750750
persist-credentials: false
751751

752752
- name: Checkout orch-ci for Cosign
753-
uses: actions/checkout@v5
753+
uses: actions/checkout@v5.0.1
754754
with:
755755
repository: open-edge-platform/orch-ci
756756
token: ${{ secrets.SYS_ORCH_GITHUB }}
@@ -828,11 +828,11 @@ jobs:
828828
if: ${{inputs.run_version_dev}}
829829
steps:
830830
- name: Checkout code
831-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
831+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
832832
with:
833833
persist-credentials: false
834834
- name: Checkout action repository
835-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
835+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
836836
with:
837837
repository: open-edge-platform/orch-ci
838838
path: ci

.github/workflows/pre-merge.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
ZIZMOR_VERSION: 1.5.2
231231
steps:
232232
- name: Checkout code
233-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
233+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
234234
with:
235235
persist-credentials: false
236236
- name: Install uv
@@ -249,7 +249,7 @@ jobs:
249249
if: ${{ inputs.run_reuse_check }}
250250
steps:
251251
- name: Checkout code
252-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
252+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
253253
with:
254254
persist-credentials: false
255255
- name: REUSE Compliance Check
@@ -264,11 +264,11 @@ jobs:
264264
SANITIZIED_PROJECT_NAME: ${{ needs.sanitize-project-folder.outputs.sanitized_project_name }}
265265
steps:
266266
- name: Checkout code
267-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
267+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
268268
with:
269269
persist-credentials: false
270270
- name: Clone CI repo
271-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
271+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
272272
with:
273273
repository: open-edge-platform/orch-ci
274274
path: ci
@@ -290,7 +290,7 @@ jobs:
290290
runs-on: ubuntu-latest
291291
steps:
292292
- name: Checkout code
293-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
293+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
294294
with:
295295
persist-credentials: false
296296
- name: Run ClamAV Scan
@@ -311,7 +311,7 @@ jobs:
311311
needs: sanitize-project-folder
312312
steps:
313313
- name: Checkout code
314-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
314+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
315315
with:
316316
persist-credentials: false
317317
- name: Run Trivy Filesystem Scan
@@ -341,7 +341,7 @@ jobs:
341341
needs: sanitize-project-folder
342342
steps:
343343
- name: Checkout code
344-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
344+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
345345
with:
346346
persist-credentials: false
347347
- name: Run Trivy Critical Filesystem Scan
@@ -362,7 +362,7 @@ jobs:
362362
needs: sanitize-project-folder
363363
steps:
364364
- name: Checkout code
365-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
365+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
366366
with:
367367
persist-credentials: false
368368
- name: Run Bandit scan
@@ -381,7 +381,7 @@ jobs:
381381
needs: sanitize-project-folder
382382
steps:
383383
- name: Checkout code
384-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
384+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
385385
with:
386386
persist-credentials: false
387387
- name: Run Semgrep scan
@@ -402,7 +402,7 @@ jobs:
402402
PROJECT_NAME: ${{ github.repository }}
403403
steps:
404404
- name: Checkout code
405-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
405+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
406406
with:
407407
# Fetch all history, workaround sporadic issue with missing tags
408408
fetch-depth: 0
@@ -412,7 +412,7 @@ jobs:
412412
persist-credentials: false
413413

414414
- name: Checkout action repository
415-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
415+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
416416
with:
417417
repository: open-edge-platform/orch-ci
418418
path: ci
@@ -804,7 +804,7 @@ jobs:
804804
path: trivy-${{ env.sanitized_image_name }}.txt
805805

806806
- name: Checkout code
807-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
807+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
808808
with:
809809
persist-credentials: false
810810

.github/workflows/publish-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
REPO: ${{ github.repository }}
9595
steps:
9696
- name: Checkout action repository
97-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9898
with:
9999
repository: open-edge-platform/orch-ci
100100
path: ci
@@ -116,7 +116,7 @@ jobs:
116116
aws-region: us-west-2
117117

118118
- name: Checkout code
119-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
119+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
120120
with:
121121
# Fetch all history, otherwise sporadic issue with missing tags
122122
fetch-depth: 0
@@ -444,7 +444,7 @@ jobs:
444444
# 'Post Bootstrap CI Environment' step does not fail
445445
- name: Checkout action repository
446446
if: always()
447-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
447+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
448448
with:
449449
repository: open-edge-platform/orch-ci
450450
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222
with:
2323
persist-credentials: false
2424
- name: Test bootstrap action

0 commit comments

Comments
 (0)