Skip to content

Commit 41639dd

Browse files
author
Alvaro Muñoz
committed
fix(actions): ql pack installation
1 parent b11d8da commit 41639dd

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/action/dist/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28873,9 +28873,6 @@ async function run() {
2887328873
core.setFailed("CodeQL Yaml extractor not installed");
2887428874
throw new Error("CodeQL Yaml extractor not installed");
2887528875
}
28876-
// download pack
28877-
// core.info(`Downloading CodeQL Actions pack '${codeql.pack}'`);
28878-
// var pack_downloaded = await cql.downloadPack(codeql);
2887928876
core.info(`Cloning CodeQL Actions pack into '${codeql.pack}'`);
2888028877
let pack_path = "/tmp/codeql-actions";
2888128878
var pack_cloned = await gh.clonePackRepo(ghc, pack_path);

.github/action/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ export async function run(): Promise<void> {
3636
throw new Error("CodeQL Yaml extractor not installed");
3737
}
3838

39-
// download pack
40-
// core.info(`Downloading CodeQL Actions pack '${codeql.pack}'`);
41-
// var pack_downloaded = await cql.downloadPack(codeql);
42-
4339
core.info(`Cloning CodeQL Actions pack into '${codeql.pack}'`);
4440
let pack_path = "/tmp/codeql-actions";
4541
var pack_cloned = await gh.clonePackRepo(ghc, pack_path);

0 commit comments

Comments
 (0)