Skip to content

Commit 110e7bb

Browse files
[CI] Bump tj-actions/changed-files to v46 (#17503)
due to found CVE-2025-30066. Ref. GHSA-mrrh-fwg8-r2c3
1 parent 0ae2950 commit 110e7bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 1
6666
- name: Get subprojects that have doc changes
6767
id: docs-changed-subprojects
68-
uses: tj-actions/changed-files@v45
68+
uses: tj-actions/changed-files@v46
6969
with:
7070
files_yaml: |
7171
llvm:

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Get changed files
3636
id: changed-files
37-
uses: tj-actions/changed-files@v45
37+
uses: tj-actions/changed-files@v46
3838
with:
3939
separator: ","
4040
skip_initial_fetch: true

0 commit comments

Comments
 (0)