From b58c2f67a6ee7168ff2d21176f29c8e7a25f34f8 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 1 Feb 2024 12:00:56 +0000 Subject: [PATCH] Detail requirements for different build modes --- init/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 29bfe3ea04..c7aa29f0ce 100644 --- a/init/action.yml +++ b/init/action.yml @@ -20,9 +20,12 @@ inputs: - none: The database will be created without building the source code. Available for all interpreted languages and some compiled languages. - autobuild: The database will be created by attempting to automatically build the source code. + To use this build mode, ensure that your workflow calls the `autobuild` action + between the `init` and `analyze` steps. Available for all compiled languages. - manual: The database will be created by building the source code using a manually specified - build command. Available for all compiled languages. + 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 token: description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.