We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a57c67b + 9f32769 commit 0d9161cCopy full SHA for 0d9161c
init/action.yml
@@ -36,10 +36,7 @@ inputs:
36
- `none`: The database will be created without building the source code.
37
Available for all interpreted languages and some compiled languages.
38
- `autobuild`: The database will be created by attempting to automatically build the source
39
- code.
40
- To use this build mode, ensure that your workflow calls the `autobuild` action
41
- between the `init` and `analyze` steps.
42
- Available for all compiled languages.
+ code. Available for all compiled languages.
43
- `manual`: The database will be created by building the source code using a manually
44
specified build command. To use this build mode, specify manual build steps in
45
your workflow between the `init` and `analyze` steps. Available for all
0 commit comments