Don't invoke CLI when command not supported

This commit is contained in:
Michael B. Gale 2023-06-15 10:15:03 +01:00
parent 899b5a286f
commit 7a9f099940
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
6 changed files with 72 additions and 12 deletions

View file

@ -304,6 +304,11 @@ export const CODEQL_VERSION_SECURITY_EXPERIMENTAL_SUITE = "2.12.1";
*/
export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4";
/**
* Versions 2.13.4+ of the CodeQL CLI support the `resolve build-environment` command.
*/
export const CODEQL_VERSION_RESOLVE_ENVIRONMENT = "2.13.4";
/**
* Set up CodeQL CLI access.
*