Skip to content

Commit 0bfca2d

Browse files
committed
adding debug
1 parent 3473b0e commit 0bfca2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
id: checkout-repos
6060
run: |
6161
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"
6266
- name: Initialize CodeQL for all repositories
6367
uses: github/codeql-action/init@v4
6468
with:

0 commit comments

Comments
 (0)