Skip to content

Commit 1241231

Browse files
authored
Tags in tj-actions/changed-files are compromised (#2505)
Signed-off-by: Thanh Ha <[email protected]>
1 parent ab8c23e commit 1241231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
pre-commit install-hooks
3636
- name: Get changed files
3737
id: changed-files
38-
uses: tj-actions/changed-files@v41.0.0
38+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
3939
- name: Lint modified files
4040
run: pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)