mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 15:50:11 +08:00
Support features key in version JSON output
This commit is contained in:
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
@@ -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}.`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user