You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshooting/codeql-builds/compiled-languages.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,14 @@ alternatively we can further define limits
57
57
threads: 16
58
58
```
59
59
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.
0 commit comments