Detail requirements for different build modes · github/codeql-action@b58c2f6 (original) (raw)

Original file line number Diff line number Diff line change
@@ -20,9 +20,12 @@ inputs:
20 20 - none: The database will be created without building the source code.
21 21 Available for all interpreted languages and some compiled languages.
22 22 - autobuild: The database will be created by attempting to automatically build the source code.
23 + To use this build mode, ensure that your workflow calls the `autobuild` action
24 + between the `init` and `analyze` steps.
23 25 Available for all compiled languages.
24 26 - manual: The database will be created by building the source code using a manually specified
25 - build command. Available for all compiled languages.
27 + build command. To use this build mode, specify manual build steps in your workflow
28 + between the `init` and `analyze` steps. Available for all compiled languages.
26 29 required: false
27 30 token:
28 31 description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.