1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/data/reusables/code-scanning/autobuild-add-build-steps.md
Geoffrey White 64f24ee444 Rust: Update reusables and content for Rust GA. (#57766)
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>
2025-10-10 13:31:27 +00:00

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 autobuild step, remove or comment out the autobuild step 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.