Skip to content

Commit 4f2b031

Browse files
authored
Tags in tj-actions/changed-files are compromised (#3398)
The tags in tj-actions/changed-files action are compromised and are leaking GitHub secrets in repos using the compromised repo. This pins the action to a known good hash. https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised Signed-off-by: Thanh Ha <[email protected]>
1 parent 44aa783 commit 4f2b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Get changed files
8989
id: changed-files
90-
uses: tj-actions/changed-files@v41.0.0
90+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
9191
with:
9292
files: |
9393
**/*.md

0 commit comments

Comments
 (0)