From 9047e1f9a2cfbdf82c0eb83cdbfb6047e67c371f Mon Sep 17 00:00:00 2001 From: Igwe Kalu Date: Wed, 4 Oct 2023 15:12:11 +0000 Subject: [PATCH] Improve description of codeql-action/init languages input --- init/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init/action.yml b/init/action.yml index 3718c0b79f..0ee9e7858b 100644 --- a/init/action.yml +++ b/init/action.yml @@ -7,7 +7,8 @@ inputs: required: false # If not specified the Action will check in several places until it finds the CodeQL tools. languages: - description: The languages to be analysed + description: | + A comma-separated value of the languages to be analysed e.g. python,javascript 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. @@ -44,7 +45,7 @@ inputs: db-location: description: Path where CodeQL databases should be created. If not specified, a temporary directory will be used. required: false - config: + config: description: Configuration passed as a YAML string in the same format as the config-file input. This takes precedence over the config-file input. required: false queries: