diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 41d90aac6c..52276ca00a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest-8-cores steps: - name: Checkout NPU Compiler - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d70f0c0d7..04926d51a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Initialize CodeQL uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6 diff --git a/.github/workflows/job_build_cid.yml b/.github/workflows/job_build_cid.yml index 657216b03a..aca0c73325 100644 --- a/.github/workflows/job_build_cid.yml +++ b/.github/workflows/job_build_cid.yml @@ -118,7 +118,7 @@ jobs: cmake -E make_directory "${CID_PACKAGE_ARTIFACTS_DIR}" - name: Checkout actions - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: ${{ env.NPU_ACTIONS_DIR }} sparse-checkout: | @@ -184,7 +184,7 @@ jobs: - name: Clone OpenVINO if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 15 with: repository: ${{ steps.versions.outputs.openvino-repository }} @@ -194,7 +194,7 @@ jobs: - name: Checkout NPU Compiler if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: ${{ env.NPU_COMPILER_REPO }} submodules: true diff --git a/.github/workflows/job_build_drv_linux.yml b/.github/workflows/job_build_drv_linux.yml index b60a0a5860..58e606d04c 100644 --- a/.github/workflows/job_build_drv_linux.yml +++ b/.github/workflows/job_build_drv_linux.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout versions action if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: ${{ env.NPU_ACTIONS_DIR }} sparse-checkout: | @@ -85,7 +85,7 @@ jobs: - name: Clone Linux NPU Driver if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 15 with: repository: ${{ steps.versions.outputs.npu-linux-driver-repository }} diff --git a/.github/workflows/job_build_mlir_linux.yml b/.github/workflows/job_build_mlir_linux.yml index eb15fa6c75..85929300a0 100644 --- a/.github/workflows/job_build_mlir_linux.yml +++ b/.github/workflows/job_build_mlir_linux.yml @@ -95,7 +95,7 @@ jobs: - name: Checkout versions action if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: ${{ env.NPU_ACTIONS_DIR }} sparse-checkout: | @@ -109,7 +109,7 @@ jobs: - name: Clone OpenVINO if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 15 with: repository: ${{ steps.versions.outputs.openvino-repository }} @@ -119,7 +119,7 @@ jobs: - name: Clone NPU Compiler if: ${{ !steps.cache-restore.outputs.cache-hit }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 15 with: path: ${{ env.NPU_COMPILER_REPO }} diff --git a/.github/workflows/job_tests_compilation_linux.yml b/.github/workflows/job_tests_compilation_linux.yml index ce41028db8..18d19b15a2 100644 --- a/.github/workflows/job_tests_compilation_linux.yml +++ b/.github/workflows/job_tests_compilation_linux.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout if: ${{ !(matrix.npu-platform == 'NPU.5010' && inputs.compiler-type == 'DRIVER') }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Download artifacts if: ${{ !(matrix.npu-platform == 'NPU.5010' && inputs.compiler-type == 'DRIVER') }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b37423e867..37e031f852 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false