File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : |
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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments