Add telemetry for compression method
This commit is contained in:
parent
e2572269a1
commit
cf64c3e3a3
9 changed files with 66 additions and 32 deletions
|
|
@ -368,6 +368,13 @@ export async function setupCodeQL(
|
|||
defaultCliVersion,
|
||||
logger,
|
||||
);
|
||||
|
||||
logger.debug(
|
||||
`Bundle download status report: ${JSON.stringify(
|
||||
toolsDownloadStatusReport,
|
||||
)}`,
|
||||
);
|
||||
|
||||
let codeqlCmd = path.join(codeqlFolder, "codeql", "codeql");
|
||||
if (process.platform === "win32") {
|
||||
codeqlCmd += ".exe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue