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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
3535 - name : Initialize CodeQL
3636 uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
121+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
187+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
197+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
74+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
88+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@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 }}
Original file line number Diff line number Diff line change 6565 steps :
6666 - name : Checkout
6767 if : ${{ !(matrix.npu-platform == 'NPU.5010' && inputs.compiler-type == 'DRIVER') }}
68- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
68+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6969
7070 - name : Download artifacts
7171 if : ${{ !(matrix.npu-platform == 'NPU.5010' && inputs.compiler-type == 'DRIVER') }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : " Checkout code"
24- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525 with :
2626 persist-credentials : false
2727
You can’t perform that action at this time.
0 commit comments