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 c3a7854 commit bd7fbb0Copy full SHA for bd7fbb0
.github/workflows/pr-kernel-security-analysis.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Get changed files
36
id: changed-files
37
- uses: tj-actions/changed-files@8c14441336bb3d84fd6b7fa83b6d7201c740baf5 # v46.0.3
+ uses: tj-actions/changed-files@1ac60965030588f3b867cdd4a3900f37ec99970c # v46.0.3
38
39
- name: Checkout repository
40
uses: actions/checkout@v5
.github/workflows/pr-lint-scripts.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- name: List all changed files
run: |
0 commit comments