File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 44
44
- name : check for changed frontend files
45
45
if : ${{ inputs.always_run != true }}
46
46
id : changed-files
47
- uses : tj-actions/changed-files@v42
47
+ # Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
48
+ # See:
49
+ # - CVE-2025-30066
50
+ # - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
51
+ # - https://github.com/tj-actions/changed-files/issues/2463
52
+ uses : tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
48
53
with :
49
54
files_yaml : |
50
55
frontend:
Original file line number Diff line number Diff line change 44
44
- name : check for changed frontend files
45
45
if : ${{ inputs.always_run != true }}
46
46
id : changed-files
47
- uses : tj-actions/changed-files@v42
47
+ # Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
48
+ # See:
49
+ # - CVE-2025-30066
50
+ # - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
51
+ # - https://github.com/tj-actions/changed-files/issues/2463
52
+ uses : tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
48
53
with :
49
54
files_yaml : |
50
55
frontend:
Original file line number Diff line number Diff line change 43
43
- name : check for changed python files
44
44
if : ${{ inputs.always_run != true }}
45
45
id : changed-files
46
- uses : tj-actions/changed-files@v42
46
+ # Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
47
+ # See:
48
+ # - CVE-2025-30066
49
+ # - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
50
+ # - https://github.com/tj-actions/changed-files/issues/2463
51
+ uses : tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
47
52
with :
48
53
files_yaml : |
49
54
python:
Original file line number Diff line number Diff line change 77
77
- name : check for changed python files
78
78
if : ${{ inputs.always_run != true }}
79
79
id : changed-files
80
- uses : tj-actions/changed-files@v42
80
+ # Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
81
+ # See:
82
+ # - CVE-2025-30066
83
+ # - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
84
+ # - https://github.com/tj-actions/changed-files/issues/2463
85
+ uses : tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
81
86
with :
82
87
files_yaml : |
83
88
python:
Original file line number Diff line number Diff line change 42
42
- name : check for changed files
43
43
if : ${{ inputs.always_run != true }}
44
44
id : changed-files
45
- uses : tj-actions/changed-files@v42
45
+ # Pinned to the _hash_ for v45.0.9 to prevent supply-chain attacks.
46
+ # See:
47
+ # - CVE-2025-30066
48
+ # - https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
49
+ # - https://github.com/tj-actions/changed-files/issues/2463
50
+ uses : tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8
46
51
with :
47
52
files_yaml : |
48
53
src:
You can’t perform that action at this time.
0 commit comments