Bump minimum version to 2.17.6

This commit is contained in:
Henry Mercer
2025-10-22 12:19:35 +01:00
parent 0c5185d061
commit bd5f49c7ca
10 changed files with 10 additions and 10 deletions

View File

@@ -267,7 +267,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.16.6";
const CODEQL_MINIMUM_VERSION = "2.17.6";
/**
* This version will shortly become the oldest version of CodeQL that the Action will run with.