@@ -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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
91+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
98+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
112+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
122+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
123123 timeout-minutes : 15
124124 with :
125125 path : ${{ env.NPU_COMPILER_REPO }}
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : System info
130130 if : ${{ !steps.cache-restore.outputs.cache-hit }}
131- uses : openvinotoolkit/openvino/.github/actions/system_info@7a975177ff432c687e5619e8fb22e4bf265e48b7 # 2025.4.0
131+ uses : openvinotoolkit/openvino/.github/actions/system_info@82bbf0292c5bd490bc25a383e63d6461d3ee05c5 # 2025.4.1
132132
133133 - name : Setup python version
134134 if : ${{ !steps.cache-restore.outputs.cache-hit }}
@@ -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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
155+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
242+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
243243 with :
244244 category : " /language:c-cpp"
245245 output : ${{ env.CODEQL_OUTPUTS }}
@@ -262,28 +262,28 @@ 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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
265+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
266266 with :
267267 sarif_file : ${{ env.CODEQL_OUTPUTS }}/filtered-results.sarif
268268 checkout_path : ${{ env.NPU_COMPILER_REPO }}
269269
270270 - name : Upload CodeQL loc as a Build Artifact
271271 if : ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }}
272- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
272+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
273273 with :
274274 name : ${{ env.CODEQL_ARTIFACT_NAME }}
275275 path : ${{ env.CODEQL_OUTPUTS }}
276276 retention-days : 1
277277
278278 - name : Cache artifacts
279279 if : ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
280- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
280+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
281281 with :
282282 path : ${{ env.OPENVINO_INSTALL_DIR }}
283283 key : ${{ steps.cache-key.outputs.cache-key }}
284284
285285 - name : Upload artifacts
286- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
286+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
287287 with :
288288 path : ${{ env.OPENVINO_INSTALL_DIR }}
289289 name : ${{ env.OPENVINO_BUILD_PACKAGE }}
0 commit comments