We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f248f3 commit 1ad3c92Copy full SHA for 1ad3c92
1 file changed
.github/workflows/codeql-multiple-repo-scan.yml
@@ -59,6 +59,10 @@ jobs:
59
id: checkout-repos
60
run: |
61
scripts/workflow/checkout_repos.sh
62
+ - name: List files in repos directory (debug)
63
+ run: |
64
+ echo "Listing all files in repos directory before CodeQL analysis:"
65
+ find repos || echo "repos directory not found"
66
- name: Initialize CodeQL for all repositories
67
uses: github/codeql-action/init@v4
68
with:
0 commit comments