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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ inputs:
45
45
description: Path where CodeQL databases should be created. If not specified, a temporary directory will be used.
46
46
required: false
47
47
config:
48
-
description: Configuration passed as YAML object using the same format as the config-file. This takes precedence over the config-file parameter.
48
+
description: Configuration passed as a YAML string in the same format as the config-file input. This takes precedence over the config-file input.
49
49
required: false
50
50
queries:
51
51
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of queries.
0 commit comments