1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/data/reusables/code-scanning/autobuild-add-build-steps.md
2022-11-25 08:47:15 +00:00

3 lines
426 B
Markdown

If `autobuild` fails, or you want to analyze a different set of source files from those built by the `autobuild` process, you'll need to remove the `autobuild` step from the workflow, and manually add build steps. For C/C++, C#, Go,{% ifversion codeql-kotlin-beta %} Kotlin, {% endif %} and Java projects, {% data variables.product.prodname_codeql %} will analyze whatever source code is built by your specified build steps.