Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout NPU Compiler
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
fetch-depth: 0
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/job_build_cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
cmake -E make_directory "${CID_PACKAGE_ARTIFACTS_DIR}"

- name: Checkout actions
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
path: ${{ env.NPU_ACTIONS_DIR }}
sparse-checkout: |
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

- name: Clone OpenVINO
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
timeout-minutes: 15
with:
repository: ${{ steps.versions.outputs.openvino-repository }}
Expand All @@ -194,7 +194,7 @@ jobs:

- name: Checkout NPU Compiler
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
path: ${{ env.NPU_COMPILER_REPO }}
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_build_drv_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Checkout versions action
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
path: ${{ env.NPU_ACTIONS_DIR }}
sparse-checkout: |
Expand All @@ -85,7 +85,7 @@ jobs:

- name: Clone Linux NPU Driver
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
timeout-minutes: 15
with:
repository: ${{ steps.versions.outputs.npu-linux-driver-repository }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/job_build_mlir_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Checkout versions action
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
path: ${{ env.NPU_ACTIONS_DIR }}
sparse-checkout: |
Expand All @@ -109,7 +109,7 @@ jobs:

- name: Clone OpenVINO
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
timeout-minutes: 15
with:
repository: ${{ steps.versions.outputs.openvino-repository }}
Expand All @@ -119,7 +119,7 @@ jobs:

- name: Clone NPU Compiler
if: ${{ !steps.cache-restore.outputs.cache-hit }}
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
timeout-minutes: 15
with:
path: ${{ env.NPU_COMPILER_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_tests_compilation_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
models-config: ./validation/public_models_4000_${{ inputs.compiler-type }}.json
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

- name: Download artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false

Expand Down