Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 726 Bytes

autobuild-add-build-steps.md

File metadata and controls

6 lines (4 loc) · 726 Bytes

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 {% ifversion codeql-no-build %}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.

{% else %}remove or comment out the autobuild step in the workflow.{% endif %} Then uncomment the run step and manually specify the build process to use. For {% data variables.code-scanning.compiled_languages %}, {% data variables.product.prodname_codeql %} will analyze whatever source code is built by your specified build steps.