Skip to content

Commit 517782a

Browse files
authored
Improve description of codeql-action/init languages input (#1919)
1 parent 3fb6719 commit 517782a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init/action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ inputs:
77
required: false
88
# If not specified the Action will check in several places until it finds the CodeQL tools.
99
languages:
10-
description: The languages to be analysed
10+
description: |
11+
A comma-separated value of the languages to be analysed e.g. python,javascript
1112
required: false
1213
token:
1314
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:
4445
db-location:
4546
description: Path where CodeQL databases should be created. If not specified, a temporary directory will be used.
4647
required: false
47-
config:
48+
config:
4849
description: Configuration passed as a YAML string in the same format as the config-file input. This takes precedence over the config-file input.
4950
required: false
5051
queries:

0 commit comments

Comments
 (0)