We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bba0a commit 27a79c8Copy full SHA for 27a79c8
1 file changed
.github/workflows/action_scanning.yml
@@ -36,6 +36,9 @@ jobs:
36
steps:
37
- name: 'Checkout PR Code'
38
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
39
+ with:
40
+ fetch-depth: 1
41
+ sparse-checkout: '.github'
42
43
- name: 'Check for Workflow Files'
44
id: 'check_files'
0 commit comments