Skip to content

Commit 1425bc2

Browse files
authored
CVE: update tj-actions/changed-files to fix GHSA-mrrh-fwg8-r2c3 (#738)
* CVE: update tj-actions/changed-files to fix GHSA-mrrh-fwg8-r2c3 * add: changelog
1 parent 46a0bb1 commit 1425bc2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/738.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
CVE: update tj-actions/changed-files to fix CVE-2025-30066
3+
```

.github/workflows/reusable-conditional-skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
- name: Check for skippable file changes
3939
id: changed-files
40-
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
40+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4141
with:
4242
# This is a multi-line YAML string with one match pattern per line.
4343
# Do not use quotes around values, as it's not supported.

0 commit comments

Comments
 (0)