diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5da5ea18..9e27596d 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Filter paths - uses: dorny/paths-filter@3b817c99747a70f3b42db7c51bcc44407b73481e # v2.2.1 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 id: filter with: filters: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5681e8fa..5bf96c43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - name: Filter paths - uses: dorny/paths-filter@3b817c99747a70f3b42db7c51bcc44407b73481e # v2.2.1 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 id: filter with: filters: | @@ -50,7 +50,7 @@ jobs: fetch-depth: 1 - name: Filter paths - uses: dorny/paths-filter@3b817c99747a70f3b42db7c51bcc44407b73481e # v2.2.1 + uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 id: filter with: filters: |