We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a0bb1 commit 1425bc2Copy full SHA for 1425bc2
.changelog/738.txt
@@ -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
@@ -37,7 +37,7 @@ jobs:
37
fetch-depth: 0
38
- name: Check for skippable file changes
39
id: changed-files
40
- uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
+ uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
41
with:
42
# This is a multi-line YAML string with one match pattern per line.
43
# Do not use quotes around values, as it's not supported.
0 commit comments