Run the pack download command
This commit is contained in:
parent
06687e95c8
commit
d87945e9fd
9 changed files with 73 additions and 7 deletions
4
lib/codeql.js
generated
4
lib/codeql.js
generated
|
|
@ -493,7 +493,7 @@ function getCodeQLForCmd(cmd) {
|
|||
await new toolrunner.ToolRunner(cmd, args, {
|
||||
listeners: {
|
||||
stdout: (data) => {
|
||||
output += data.toString("utf8");
|
||||
output += data.toString();
|
||||
},
|
||||
},
|
||||
}).exec();
|
||||
|
|
@ -513,7 +513,7 @@ function getCodeQLForCmd(cmd) {
|
|||
const args = [
|
||||
"pack",
|
||||
"download",
|
||||
"-v",
|
||||
"--format=json",
|
||||
...getExtraOptionsFromEnv(["pack", "download"]),
|
||||
...packs.map(packWithVersionToString),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue