diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bc0d2e6b2e..f30224c8b2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -51,7 +51,7 @@ jobs: - name: Get affected components id: smart_ci - uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e + uses: openvinotoolkit/openvino/.github/actions/smart-ci@0d6d50c02f2904b29e7d13858f1c763bd1f44a28 with: repository: ${{ github.repository }} pr: ${{ github.event.number }} diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 5968ff4734..48fcd2f1bd 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -43,7 +43,7 @@ jobs: - name: Get affected components id: smart_ci - uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e + uses: openvinotoolkit/openvino/.github/actions/smart-ci@0d6d50c02f2904b29e7d13858f1c763bd1f44a28 with: repository: ${{ github.repository }} pr: ${{ github.event.number }} diff --git a/.github/workflows/manylinux_2_28.yml b/.github/workflows/manylinux_2_28.yml index 419aae9011..454b669e21 100644 --- a/.github/workflows/manylinux_2_28.yml +++ b/.github/workflows/manylinux_2_28.yml @@ -51,7 +51,7 @@ jobs: - name: Get affected components id: smart_ci - uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e + uses: openvinotoolkit/openvino/.github/actions/smart-ci@0d6d50c02f2904b29e7d13858f1c763bd1f44a28 with: repository: ${{ github.repository }} pr: ${{ github.event.number }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 27fc5126eb..e34ed14eaf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -47,7 +47,7 @@ jobs: - name: Get affected components id: smart_ci - uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e + uses: openvinotoolkit/openvino/.github/actions/smart-ci@0d6d50c02f2904b29e7d13858f1c763bd1f44a28 with: repository: ${{ github.repository }} pr: ${{ github.event.number }}