We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8c23e commit 1241231Copy full SHA for 1241231
.github/workflows/lint.yaml
@@ -35,6 +35,6 @@ jobs:
35
pre-commit install-hooks
36
- name: Get changed files
37
id: changed-files
38
- uses: tj-actions/changed-files@v41.0.0
+ uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
39
- name: Lint modified files
40
run: pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments