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 9ba9689 commit 503ef3cCopy full SHA for 503ef3c
.github/workflows/clang-format-checker.yml
@@ -19,10 +19,10 @@ jobs:
19
20
- name: Get changed files
21
id: changed-files
22
- uses: tj-actions/changed-files@v41
+ uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
23
with:
24
separator: ","
25
- fetch_depth: 100 # Fetches only the last 10 commits
+ skip_initial_fetch: true
26
27
- name: "Listed files"
28
env:
0 commit comments