Skip to content

Commit eb91170

Browse files
authored
Update compiled-languages.md
1 parent 13cde81 commit eb91170

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

troubleshooting/codeql-builds/compiled-languages.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ alternatively we can further define limits
5757
threads: 16
5858
```
5959
60+
### "CodeQL scanned 0 out of ... files in this job" or "No source code was seen during the build" or "failed with exit code 32"
61+
62+
Helpful articles here are:
63+
- [Troubleshooting: Error: "No source code was seen during the build"](https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build) walks through the various reasons why this might occur.
64+
- [Build Customizations](#build-customizations) provides guidance for supported build steps per language / build engine.
65+
- [CodeQL Exit Codes - 32](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes#32)
66+
67+
6068
## Reviewing Results
6169
6270
Helpful Articles to understand how to review, troubleshoot, and debug logs:

0 commit comments

Comments
 (0)