Skip to content

Commit b58c2f6

Browse files
committed
Detail requirements for different build modes
1 parent 254b53d commit b58c2f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init/action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ inputs:
2020
- none: The database will be created without building the source code.
2121
Available for all interpreted languages and some compiled languages.
2222
- 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.
2325
Available for all compiled languages.
2426
- 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.
2629
required: false
2730
token:
2831
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.

0 commit comments

Comments
 (0)