Support features key in version JSON output

This commit is contained in:
Michael B. Gale
2023-10-04 11:28:28 +01:00
parent 3dd4ad872b
commit 74b46628c3
30 changed files with 182 additions and 73 deletions

2
lib/feature-flags.js generated
View File

@@ -175,7 +175,7 @@ class Features {
return false;
}
else {
this.logger.debug(`CodeQL CLI version ${await codeql.getVersion()} is newer than the minimum ` +
this.logger.debug(`CodeQL CLI version ${(await codeql.getVersion()).version} is newer than the minimum ` +
`version ${minimumVersion} for feature ${feature}.`);
}
}