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
+9
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,15 @@ inputs:
22
22
queries:
23
23
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.
24
24
required: false
25
+
packs:
26
+
description: >-
27
+
[Experimental] Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not
28
+
specified, then the latest version of the pack is used. By default, this overrides the same setting in a
29
+
configuration file; prefix with "+" to use both sets of packs.
30
+
31
+
This input is only available in single-language analyses. To use packs in multi-language
32
+
analyses, you must specify packs in the codeql-config.yml file.
33
+
required: false
25
34
external-repository-token:
26
35
description: A token for fetching external config files and queries if they reside in a private repository.
0 commit comments