From ae12008ec9daec586edd13cc4e6b9760041643e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:11:08 +0000 Subject: [PATCH] build(deps): bump dorny/paths-filter from 2.10.1 to 2.11.1 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.10.1 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/78ab00f87740f82aec8ed8826eb4c3c851044126...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/conformance-aks.yaml | 2 +- .github/workflows/conformance-eks.yaml | 2 +- .github/workflows/conformance-gke.yaml | 2 +- .github/workflows/conformance-multicluster.yaml | 2 +- .github/workflows/lint-bpf-checks.yaml | 2 +- .github/workflows/lint-build-commits.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index d8e80a08b72cc..b25c62d8d1f2a 100644 --- a/.github/workflows/conformance-aks.yaml +++ b/.github/workflows/conformance-aks.yaml @@ -59,7 +59,7 @@ jobs: persist-credentials: false - name: Check code changes if: ${{ github.event.issue.pull_request }} - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: base: ${{ steps.pr.outputs.base }} diff --git a/.github/workflows/conformance-eks.yaml b/.github/workflows/conformance-eks.yaml index 1754b10bef87b..1df327efd7cde 100644 --- a/.github/workflows/conformance-eks.yaml +++ b/.github/workflows/conformance-eks.yaml @@ -59,7 +59,7 @@ jobs: persist-credentials: false - name: Check code changes if: ${{ github.event.issue.pull_request }} - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: base: ${{ steps.pr.outputs.base }} diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 1cec59cb8a7bc..a070c26dbee6d 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -59,7 +59,7 @@ jobs: persist-credentials: false - name: Check code changes if: ${{ github.event.issue.pull_request }} - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: base: ${{ steps.pr.outputs.base }} diff --git a/.github/workflows/conformance-multicluster.yaml b/.github/workflows/conformance-multicluster.yaml index f946a625254e8..6c9e6b828b748 100644 --- a/.github/workflows/conformance-multicluster.yaml +++ b/.github/workflows/conformance-multicluster.yaml @@ -60,7 +60,7 @@ jobs: persist-credentials: false - name: Check code changes if: ${{ github.event.issue.pull_request }} - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: tested-tree with: base: ${{ steps.pr.outputs.base }} diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 6750e9e34988c..b304f105a011d 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -20,7 +20,7 @@ jobs: coccinelle: ${{ steps.changes.outputs.coccinelle }} steps: - name: Check code changes - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: changes with: filters: | diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index 2adeb889a8020..3c3c238e85b48 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -59,7 +59,7 @@ jobs: git rebase --exec "make build -j $(nproc)" $PR_PARENT_SHA - name: Check code changes - uses: dorny/paths-filter@78ab00f87740f82aec8ed8826eb4c3c851044126 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: bpf-tree with: filters: |