File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments