Skip to content

Commit 5534987

Browse files
authored
Use v3 of dorny/paths-filter github action (#19972)
* Use v3 of dorny/paths-filter github action * switch to commit pin * Add comment
1 parent 05fb025 commit 5534987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/pr-quick-check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
${{ github.event.pull_request.base.repo.private && '--private' || '' }}
6464
--repo "${{ inputs.repo }}"
6565
66-
- uses: dorny/paths-filter@v2
66+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
67+
# Make sure to update the list of allowed actions in the repo's settings when you bump the hash.
6768
id: changes
6869
with:
6970
filters: |

0 commit comments

Comments
 (0)