diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 417da9cd49..5811790ecd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -43,7 +43,7 @@ jobs: with: platform: ubuntu22 commit_packages_to_provide: wheels - revision: latest_available_commit + revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c # Set specific revision and uncomment to use OV from its PR build: # branch_name: master # event_name: pull_request diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 79e566b0fd..689559e535 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -93,7 +93,7 @@ jobs: with: platform: ubuntu22 commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz - revision: latest_available_commit + revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c # Set specific revision and uncomment to use OV from its PR build: # branch_name: master # event_name: pull_request diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 9e8aa3eae7..ea21581f56 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -85,7 +85,7 @@ jobs: platform: macos_14_7 arch: 'arm64' commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz - revision: latest_available_commit + revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c # Set specific revision and uncomment to use OV from its PR build: # branch_name: master # event_name: pull_request diff --git a/.github/workflows/manylinux_2_28.yml b/.github/workflows/manylinux_2_28.yml index e76028050d..04fd685897 100644 --- a/.github/workflows/manylinux_2_28.yml +++ b/.github/workflows/manylinux_2_28.yml @@ -93,7 +93,7 @@ jobs: with: platform: almalinux8 commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz - revision: latest_available_commit + revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c - name: Clone docker tag from OpenVINO repo uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c374450916..0e59912788 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -89,7 +89,7 @@ jobs: with: platform: windows commit_packages_to_provide: wheels,openvino_node_npm_package.zip - revision: latest_available_commit + revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c # Set specific revision and uncomment to use OV from its PR build: # branch_name: master # event_name: pull_request