File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28873,9 +28873,6 @@ async function run() {
28873
28873
core.setFailed("CodeQL Yaml extractor not installed");
28874
28874
throw new Error("CodeQL Yaml extractor not installed");
28875
28875
}
28876
- // download pack
28877
- // core.info(`Downloading CodeQL Actions pack '${codeql.pack}'`);
28878
- // var pack_downloaded = await cql.downloadPack(codeql);
28879
28876
core.info(`Cloning CodeQL Actions pack into '${codeql.pack}'`);
28880
28877
let pack_path = "/tmp/codeql-actions";
28881
28878
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> {
36
36
throw new Error ( "CodeQL Yaml extractor not installed" ) ;
37
37
}
38
38
39
- // download pack
40
- // core.info(`Downloading CodeQL Actions pack '${codeql.pack}'`);
41
- // var pack_downloaded = await cql.downloadPack(codeql);
42
-
43
39
core . info ( `Cloning CodeQL Actions pack into '${ codeql . pack } '` ) ;
44
40
let pack_path = "/tmp/codeql-actions" ;
45
41
var pack_cloned = await gh . clonePackRepo ( ghc , pack_path ) ;
You can’t perform that action at this time.
0 commit comments