Remove experimental qualifiers from build mode input
This commit is contained in:
parent
1bac334738
commit
27a6cd0a11
1 changed files with 13 additions and 11 deletions
|
|
@ -18,20 +18,22 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
build-mode:
|
build-mode:
|
||||||
description: >-
|
description: >-
|
||||||
[Experimental, for internal testing only] The build mode that will be used to analyze the language.
|
The build mode that will be used to analyze the language. This input is only available when
|
||||||
This input is only available in single-language analyses.
|
analyzing a single CodeQL language per job, for example using a matrix.
|
||||||
|
|
||||||
Available build modes will differ based on the language being analyzed. One of:
|
Available build modes will differ based on the language being analyzed. One of:
|
||||||
|
|
||||||
- none: The database will be created without building the source code.
|
- `none`: The database will be created without building the source code.
|
||||||
Available for all interpreted languages and some compiled languages.
|
Available for all interpreted languages and some compiled languages.
|
||||||
- autobuild: The database will be created by attempting to automatically build the source code.
|
- `autobuild`: The database will be created by attempting to automatically build the source
|
||||||
To use this build mode, ensure that your workflow calls the `autobuild` action
|
code.
|
||||||
between the `init` and `analyze` steps.
|
To use this build mode, ensure that your workflow calls the `autobuild` action
|
||||||
Available for all compiled languages.
|
between the `init` and `analyze` steps.
|
||||||
- manual: The database will be created by building the source code using a manually specified
|
Available for all compiled languages.
|
||||||
build command. To use this build mode, specify manual build steps in your workflow
|
- `manual`: The database will be created by building the source code using a manually
|
||||||
between the `init` and `analyze` steps. Available for all compiled languages.
|
specified build command. To use this build mode, specify manual build steps in
|
||||||
|
your workflow between the `init` and `analyze` steps. Available for all
|
||||||
|
compiled languages.
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
|
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue