From afb7b8e4561940524b5a9c5ecfa0f773a1959f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:11:16 +0000 Subject: [PATCH] build(deps): bump dorny/paths-filter from 2.10.2 to 2.11.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.10.2 to 2.11.1. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/b2feaf19c27470162a626bd6fa8438ae5b263721...4512585405083f25c027a35db413c2b3b9006d50) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yaml | 2 +- .github/workflows/lint-bpf-checks.yaml | 2 +- .github/workflows/lint-build-commits.yaml | 2 +- .github/workflows/lint-codeql.yaml | 2 +- .github/workflows/tests-smoke-ipv6.yaml | 2 +- .github/workflows/tests-smoke.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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: |