Bump minimum CodeQL CLI version to 2.19.4

This commit is contained in:
Henry Mercer
2026-05-12 18:32:59 +01:00
parent c559992c9e
commit d122da3c9f
17 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
* The version flags below can be used to conditionally enable certain features
* on versions newer than this.
*/
const CODEQL_MINIMUM_VERSION = "2.17.6";
const CODEQL_MINIMUM_VERSION = "2.19.4";
/**
* This version will shortly become the oldest version of CodeQL that the Action will run with.