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 4adaef0 commit 08a74f9Copy full SHA for 08a74f9
.github/workflows/docs.yml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 1
66
- name: Get subprojects that have doc changes
67
id: docs-changed-subprojects
68
- uses: tj-actions/changed-files@v46
+ uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
69
with:
70
files_yaml: |
71
llvm:
.github/workflows/pr-code-format.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Get changed files
36
id: changed-files
37
38
39
separator: ","
40
skip_initial_fetch: true
0 commit comments