Support security-experimental as a well-known suite (#1519)

This commit is contained in:
Angela P Wen
2023-02-06 11:26:03 -08:00
committed by GitHub
parent 927de483f0
commit 39c954c513
9 changed files with 64 additions and 11 deletions

View File

@@ -278,6 +278,11 @@ export const CODEQL_VERSION_ML_POWERED_QUERIES_WINDOWS = "2.9.0";
*/
export const CODEQL_VERSION_BETTER_RESOLVE_LANGUAGES = "2.10.3";
/**
* Versions 2.11.1+ of the CodeQL Bundle include a `security-experimental` built-in query suite for each language.
*/
export const CODEQL_VERSION_SECURITY_EXPERIMENTAL_SUITE = "2.12.1";
/**
* Set up CodeQL CLI access.
*