mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
fix(actions): ql pack installation
This commit is contained in:
2
.github/action/dist/index.js
vendored
2
.github/action/dist/index.js
vendored
@@ -28677,7 +28677,9 @@ async function downloadPack(codeql) {
|
||||
exports.downloadPack = downloadPack;
|
||||
async function installPack(codeql, dir) {
|
||||
try {
|
||||
await runCommand(codeql, ["pack", "download"], path.join(dir, "/ql/lib"));
|
||||
await runCommand(codeql, ["pack", "install"], path.join(dir, "/ql/lib"));
|
||||
await runCommand(codeql, ["pack", "download"], path.join(dir, "/ql/src"));
|
||||
await runCommand(codeql, ["pack", "install"], path.join(dir, "/ql/src"));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user