Skip to content

Commit 0f858b8

Browse files
committed
Update actions deps
1 parent e079e0c commit 0f858b8

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

.github/workflows/clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest-8-cores
2323
steps:
2424
- name: Checkout NPU Compiler
25-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
fetch-depth: 0
2828
lfs: true
2929

3030
- name: Setup python version
31-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
31+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3232
with:
3333
python-version: '3.14'
3434

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
build-mode: none
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
37+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
3838
with:
3939
languages: ${{ matrix.language }}
4040
build-mode: ${{ matrix.build-mode }}
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
43+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4444
with:
4545
category: "/language:${{matrix.language}}"
4646

.github/workflows/job_build_cid.yml

Lines changed: 7 additions & 7 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
121+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
122122
with:
123123
path: ${{ env.NPU_ACTIONS_DIR }}
124124
sparse-checkout: |
@@ -177,14 +177,14 @@ jobs:
177177
- name: Restore CiD artifacts from cache
178178
if: ${{ inputs.build-cache }}
179179
id: cache-restore
180-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
180+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
181181
with:
182182
key: ${{ steps.cache-key.outputs.cache-key }}
183183
path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
184184

185185
- name: Clone OpenVINO
186186
if: ${{ !steps.cache-restore.outputs.cache-hit }}
187-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
187+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
188188
timeout-minutes: 15
189189
with:
190190
repository: ${{ steps.versions.outputs.openvino-repository }}
@@ -194,19 +194,19 @@ jobs:
194194

195195
- name: Checkout NPU Compiler
196196
if: ${{ !steps.cache-restore.outputs.cache-hit }}
197-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
197+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198198
with:
199199
path: ${{ env.NPU_COMPILER_REPO }}
200200
submodules: true
201201
lfs: true
202202

203203
- name: System info
204204
if: ${{ !steps.cache-restore.outputs.cache-hit }}
205-
uses: openvinotoolkit/openvino/.github/actions/system_info@82bbf0292c5bd490bc25a383e63d6461d3ee05c5 # 2025.4.1
205+
uses: openvinotoolkit/openvino/.github/actions/system_info@9185925763612da451e6c5dd2819670bec249ea5 # 2026.0.1
206206

207207
- name: Setup python version
208208
if: ${{ !steps.cache-restore.outputs.cache-hit }}
209-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
209+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
210210
with:
211211
python-version: '3.14'
212212

@@ -351,7 +351,7 @@ jobs:
351351
352352
- name: Cache CiD artifacts
353353
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
354-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
354+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
355355
with:
356356
path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
357357
key: ${{ steps.cache-key.outputs.cache-key }}

.github/workflows/job_build_drv_linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
- name: Restore Driver package from cache
6565
if: ${{ inputs.build-cache }}
6666
id: cache-restore
67-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
67+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6868
with:
6969
key: ${{ steps.cache-key.outputs.cache-key }}
7070
path: ${{ env.NPU_DRIVER_INSTALL_DIR }}
7171

7272
- name: Checkout versions action
7373
if: ${{ !steps.cache-restore.outputs.cache-hit }}
74-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
74+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
88+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989
timeout-minutes: 15
9090
with:
9191
repository: ${{ steps.versions.outputs.npu-linux-driver-repository }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: System info
9797
if: ${{ !steps.cache-restore.outputs.cache-hit }}
98-
uses: openvinotoolkit/openvino/.github/actions/system_info@82bbf0292c5bd490bc25a383e63d6461d3ee05c5 # 2025.4.1
98+
uses: openvinotoolkit/openvino/.github/actions/system_info@9185925763612da451e6c5dd2819670bec249ea5 # 2026.0.1
9999

100100
- name: Install system packages
101101
if: ${{ !steps.cache-restore.outputs.cache-hit }}
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Cache artifacts
147147
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
148-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
148+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
149149
with:
150150
path: ${{ env.NPU_DRIVER_INSTALL_DIR }}
151151
key: ${{ steps.cache-key.outputs.cache-key }}

.github/workflows/job_build_plugin_linux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888
- name: Restore OpenVINO/NPU package from cache
8989
if: ${{ inputs.build-cache }}
9090
id: cache-restore
91-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
91+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9292
with:
9393
key: ${{ steps.cache-key.outputs.cache-key }}
9494
path: ${{ env.OPENVINO_INSTALL_DIR }}
9595

9696
- name: Checkout versions action
9797
if: ${{ !steps.cache-restore.outputs.cache-hit }}
98-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
98+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
112+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123123
timeout-minutes: 15
124124
with:
125125
path: ${{ env.NPU_COMPILER_REPO }}
@@ -128,11 +128,11 @@ jobs:
128128

129129
- name: System info
130130
if: ${{ !steps.cache-restore.outputs.cache-hit }}
131-
uses: openvinotoolkit/openvino/.github/actions/system_info@82bbf0292c5bd490bc25a383e63d6461d3ee05c5 # 2025.4.1
131+
uses: openvinotoolkit/openvino/.github/actions/system_info@9185925763612da451e6c5dd2819670bec249ea5 # 2026.0.1
132132

133133
- name: Setup python version
134134
if: ${{ !steps.cache-restore.outputs.cache-hit }}
135-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
135+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
136136
with:
137137
python-version: '3.14'
138138

@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Initialize CodeQL
154154
if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
155-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
155+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
156156
with:
157157
languages: c-cpp
158158
build-mode: manual
@@ -239,7 +239,7 @@ jobs:
239239
- name: Perform CodeQL Analysis
240240
id: codeql-analyze
241241
if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
242-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
242+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
243243
with:
244244
category: "/language:c-cpp"
245245
output: ${{ env.CODEQL_OUTPUTS }}
@@ -262,7 +262,7 @@ jobs:
262262
263263
- name: Upload CodeQL SARIF
264264
if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
265-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
265+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
266266
with:
267267
sarif_file: ${{ env.CODEQL_OUTPUTS }}/filtered-results.sarif
268268
checkout_path: ${{ env.NPU_COMPILER_REPO }}
@@ -277,7 +277,7 @@ jobs:
277277

278278
- name: Cache artifacts
279279
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
280-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
280+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
281281
with:
282282
path: ${{ env.OPENVINO_INSTALL_DIR }}
283283
key: ${{ steps.cache-key.outputs.cache-key }}

.github/workflows/job_tests_compilation_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Checkout
7070
if: ${{ !(matrix.npu-platform == 'NPU.5020' && inputs.compiler-type == 'DRIVER') }}
71-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
71+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272

7373
- name: Download artifacts
7474
if: ${{ !(matrix.npu-platform == 'NPU.5020' && inputs.compiler-type == 'DRIVER') }}

.github/workflows/scorecard.yml

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

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
2929

@@ -42,6 +42,6 @@ jobs:
4242
retention-days: 5
4343

4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
45+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)