Co-authored-by: Paolo Tranquilli <redsun82@github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
619 B
619 B
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 do the following:
- If your workflow specifies a build mode for the language, change the build mode to
manual. - If your workflow contains an
autobuildstep, remove or comment out theautobuildstep in the workflow.
Then uncomment the run step and manually specify the build process to use. For {% data variables.code-scanning.manual_build_support %}, {% data variables.product.prodname_codeql %} will analyze whatever source code is built by your specified build steps.