You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: init/action.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ inputs:
7
7
required: false
8
8
# If not specified the Action will check in several places until it finds the CodeQL tools.
9
9
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
11
12
required: false
12
13
token:
13
14
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:
44
45
db-location:
45
46
description: Path where CodeQL databases should be created. If not specified, a temporary directory will be used.
46
47
required: false
47
-
config:
48
+
config:
48
49
description: Configuration passed as a YAML string in the same format as the config-file input. This takes precedence over the config-file input.
0 commit comments