Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 line
505 B
Markdown
1 line
505 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 %}{% ifversion codeql-swift-beta %}Java, and Swift projects, {% else %} and Java projects,{% endif %} {% data variables.product.prodname_codeql %} will analyze whatever source code is built by your specified build steps. |