@@ -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 }}
0 commit comments