Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: apt-get update && apt-get install --assume-yes --no-install-recommends git ca-certificates

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: 'openvino'

Expand All @@ -91,7 +91,7 @@ jobs:
popd

- name: Clone vcpkg
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'microsoft/vcpkg'
# Keep in sync with <root>/vcpkg.json <builtin-baseline>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: 'true'
lfs: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install dependencies
run: python3 -m pip install -r ./.github/github_org_control/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: 'true'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'true'

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'true'

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
NamingConventionCheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
max-size: 50G

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: 'true'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
apt-get install --assume-yes --no-install-recommends git ca-certificates

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'
ref: ${{ inputs.openvinoRef }}

- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/openvino_contrib'
path: ${{ env.OPENVINO_CONTRIB_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Dependency Review
uses: actions/dependency-review-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: yum update -y && yum install -y git

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/files_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Check_Files_Size:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: git ls-tree
run: git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_cpu_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh -c=core -c=dev -c=gpu -y

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_onnx_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
popd

- name: Fetch setup_python action and model_zoo_preprocess script
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_onnx_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "ONNX_RUNTIME_BUILD_DIR=$GITHUB_WORKSPACE/onnxruntime/build" >> "$GITHUB_ENV"

- name: Fetch install_build_dependencies.sh and setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
install_build_dependencies.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_openvino_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
NODE_VERSION: 18
steps:
- name: Fetch OpenVINO JS sources
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
src/bindings/js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh -c=core -c=dev -y -c=gpu

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:

- name: Clone API snippets
if: runner.os != 'macOS'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: openvino/docs/snippets
path: ${{ env.OPENVINO_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_pytorch_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
popd

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_samples_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: brew install coreutils

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_tensorflow_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
popd

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
apt-get install --assume-yes --no-install-recommends git ca-certificates

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'

- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/openvino_contrib'
path: ${{ env.OPENVINO_CONTRIB_REPO }}
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
popd

- name: Fetch setup_python action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python/action.yml
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
run: echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries

- name: Fetch install_build_dependencies.sh
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
install_build_dependencies.sh
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
popd

- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/openvino_contrib'
path: ${{ env.OPENVINO_CONTRIB_REPO }}
Expand Down Expand Up @@ -688,7 +688,7 @@ jobs:

steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/actions/setup_python
Expand All @@ -704,7 +704,7 @@ jobs:
show-cache-info: 'false'

- name: Clone OpenVINO Tokenizers
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/openvino_tokenizers'
path: ${{ env.OPENVINO_TOKENIZERS_REPO }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
run: apt-get update && apt-get install --assume-yes --no-install-recommends git ca-certificates

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'

- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/openvino_contrib'
path: ${{ env.OPENVINO_CONTRIB_REPO }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -84,13 +84,13 @@ jobs:
apt-get install --assume-yes --no-install-recommends git ca-certificates git-lfs

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'

- name: Clone test models
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/testdata'
path: ${{ env.MODELS_PATH }}
Expand Down Expand Up @@ -284,13 +284,13 @@ jobs:
run: apt-get update && apt-get install --assume-yes --no-install-recommends git ca-certificates git-lfs

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'

- name: Clone test models
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: 'openvinotoolkit/testdata'
path: ${{ env.MODELS_PATH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
skip_workflow: "${{ steps.smart_ci.outputs.skip_workflow }}"
steps:
- name: checkout action
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
sparse-checkout: .github/actions/smart-ci

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: apt-get update && apt-get install --assume-yes --no-install-recommends git ca-certificates

- name: Clone OpenVINO
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: 'openvino'

Expand Down
Loading
Loading