mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 12:33:16 +00:00
Use the --resolve-query-specs parameter of pack download
This will allow the command to resolve packs with paths. Also, use a more concise version of `tr`.
This commit is contained in:
@@ -955,6 +955,7 @@ async function getCodeQLForCmd(
|
||||
"pack",
|
||||
"download",
|
||||
"--format=json",
|
||||
"--resolve-query-specs",
|
||||
...getExtraOptionsFromEnv(["pack", "download"]),
|
||||
...packs,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user