Skip to content

Commit 503ef3c

Browse files
authored
Switch from tj-actions/changed-files to step-security/changed-files (#7217)
Aligning with upstream LLVM's action definition.
1 parent 9ba9689 commit 503ef3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-format-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
- name: Get changed files
2121
id: changed-files
22-
uses: tj-actions/changed-files@v41
22+
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
2323
with:
2424
separator: ","
25-
fetch_depth: 100 # Fetches only the last 10 commits
25+
skip_initial_fetch: true
2626

2727
- name: "Listed files"
2828
env:

0 commit comments

Comments
 (0)