Skip to content

Commit 4da89bd

Browse files
authored
fix(ci): pin tj-actions/changed-files due to compromise (zmkfirmware#2874)
Ideally it's be swapped out for an alternative but for now this is to mitigate.
1 parent 5d99204 commit 4da89bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ jobs:
430430
uses: actions/checkout@v4
431431
with:
432432
persist-credentials: false
433-
- uses: tj-actions/changed-files@v45
433+
- uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b # pin to v45.0.8 due to https://github.com/tj-actions/changed-files/issues/2463 https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
434434
id: changed-files
435435
with:
436436
json: true

0 commit comments

Comments
 (0)