From 947b37898139bb9ca6a8a4ffcacedca2f14415ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:40:49 +0000 Subject: [PATCH] chore(ci): bump dorny/paths-filter from 4.0.1 to 4.0.2 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 4.0.1 to 4.0.2. - [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/fbd0ab8f3e69293af611ebaee6363fc25e6d187d...7b450fff21473bca461d4b92ce414b9d0420d706) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changes.yml | 6 +++--- .github/workflows/check_generated_vrl_docs.yml | 2 +- .github/workflows/integration_windows.yml | 2 +- .github/workflows/regression.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 9b94c72e077e0..7658e23c54379 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -192,7 +192,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: base: ${{ env.BASE_SHA }} @@ -386,7 +386,7 @@ jobs: - name: Create filter rules for integrations run: vdev int ci-paths > int_test_filters.yaml - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: base: ${{ env.BASE_SHA }} @@ -480,7 +480,7 @@ jobs: - name: Create filter rules for e2e tests run: vdev e2e ci-paths > int_test_filters.yaml - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: base: ${{ env.BASE_SHA }} diff --git a/.github/workflows/check_generated_vrl_docs.yml b/.github/workflows/check_generated_vrl_docs.yml index ae76e9096973d..f7a63f8e2a607 100644 --- a/.github/workflows/check_generated_vrl_docs.yml +++ b/.github/workflows/check_generated_vrl_docs.yml @@ -28,7 +28,7 @@ jobs: docs: ${{ steps.filter.outputs.docs }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: filters: | diff --git a/.github/workflows/integration_windows.yml b/.github/workflows/integration_windows.yml index 1074ba4a3b97b..8a2f694513523 100644 --- a/.github/workflows/integration_windows.yml +++ b/.github/workflows/integration_windows.yml @@ -16,7 +16,7 @@ jobs: windows: ${{ steps.filter.outputs.windows }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: filters: | diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 1ac043b2c156e..11bbabf4740e4 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -132,7 +132,7 @@ jobs: - name: Collect file changes id: changes - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 with: base: ${{ needs.resolve-inputs.outputs.baseline-sha }} ref: ${{ needs.resolve-inputs.outputs.comparison-sha }}