Skip to content

Commit 4cfe4ad

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f8730d commit 4cfe4ad

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest-8-cores
2222
steps:
2323
- name: Checkout NPU Compiler
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525
with:
2626
fetch-depth: 0
2727
lfs: true

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build-mode: none
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4

.github/workflows/job_build_cid.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cmake -E make_directory "${CID_PACKAGE_ARTIFACTS_DIR}"
119119
120120
- name: Checkout actions
121-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
121+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
122122
with:
123123
path: ${{ env.NPU_ACTIONS_DIR }}
124124
sparse-checkout: |
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Clone OpenVINO
186186
if: ${{ !steps.cache-restore.outputs.cache-hit }}
187-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
187+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
188188
timeout-minutes: 15
189189
with:
190190
repository: ${{ steps.versions.outputs.openvino-repository }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Checkout NPU Compiler
196196
if: ${{ !steps.cache-restore.outputs.cache-hit }}
197-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
197+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
198198
with:
199199
path: ${{ env.NPU_COMPILER_REPO }}
200200
submodules: true

.github/workflows/job_build_drv_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Checkout versions action
7373
if: ${{ !steps.cache-restore.outputs.cache-hit }}
74-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
74+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7575
with:
7676
path: ${{ env.NPU_ACTIONS_DIR }}
7777
sparse-checkout: |
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Clone Linux NPU Driver
8787
if: ${{ !steps.cache-restore.outputs.cache-hit }}
88-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
88+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8989
timeout-minutes: 15
9090
with:
9191
repository: ${{ steps.versions.outputs.npu-linux-driver-repository }}

.github/workflows/job_build_mlir_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Checkout versions action
9797
if: ${{ !steps.cache-restore.outputs.cache-hit }}
98-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
98+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9999
with:
100100
path: ${{ env.NPU_ACTIONS_DIR }}
101101
sparse-checkout: |
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Clone OpenVINO
111111
if: ${{ !steps.cache-restore.outputs.cache-hit }}
112-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
112+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
113113
timeout-minutes: 15
114114
with:
115115
repository: ${{ steps.versions.outputs.openvino-repository }}
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Clone NPU Compiler
121121
if: ${{ !steps.cache-restore.outputs.cache-hit }}
122-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
122+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
123123
timeout-minutes: 15
124124
with:
125125
path: ${{ env.NPU_COMPILER_REPO }}

.github/workflows/job_tests_compilation_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
models-config: ./validation/public_models_4000_${{ inputs.compiler-type }}.json
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
59+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6060

6161
- name: Download artifacts
6262
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

.github/workflows/scorecard.yml

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

2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)