diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index f18c2e2ef1e2e..b83fe6858c3cd 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: docs-tree with: filters: | diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 1a675a29e37b9..585ad029435f4 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -28,7 +28,7 @@ jobs: with: persist-credentials: false - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: changes with: base: ${{ github.event.pull_request.base.sha || github.event.before }} diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index 54cc3cacb4ea3..38607aa321ee9 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -61,7 +61,7 @@ jobs: git rebase --exec "make build -j $(nproc)" $PR_PARENT_SHA - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: bpf-tree with: base: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/lint-codeql.yaml b/.github/workflows/lint-codeql.yaml index 6faa4408cf75b..1c4fab1485d0d 100644 --- a/.github/workflows/lint-codeql.yaml +++ b/.github/workflows/lint-codeql.yaml @@ -28,7 +28,7 @@ jobs: with: persist-credentials: false - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: go-changes with: base: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/tests-smoke-ipv6.yaml b/.github/workflows/tests-smoke-ipv6.yaml index 82c7642125355..b62d61965b64f 100644 --- a/.github/workflows/tests-smoke-ipv6.yaml +++ b/.github/workflows/tests-smoke-ipv6.yaml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: filters: | diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index ce94007bed53a..cf10ade061713 100644 --- a/.github/workflows/tests-smoke.yaml +++ b/.github/workflows/tests-smoke.yaml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - name: Check code changes - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: filters: |