diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index dc5eb31cc44..82d125891d5 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Collect changed files - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4 id: filter with: list-files: shell diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index f57bac139da..47cfebdee96 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -37,7 +37,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4 with: list-files: json filters: | diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index c717a002105..1c6e752de0c 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -32,7 +32,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4 with: list-files: json filters: |