diff --git a/lib/codeql.js b/lib/codeql.js index 7c23227e4..267424c6c 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -73,7 +73,7 @@ let cachedCodeQL = undefined; * The version flags below can be used to conditionally enable certain features * on versions newer than this. */ -const CODEQL_MINIMUM_VERSION = "2.10.5"; +const CODEQL_MINIMUM_VERSION = "2.11.6"; /** * This version will shortly become the oldest version of CodeQL that the Action will run with. */ diff --git a/src/codeql.ts b/src/codeql.ts index 10c2ebc88..7b5816890 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -293,7 +293,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.10.5"; +const CODEQL_MINIMUM_VERSION = "2.11.6"; /** * This version will shortly become the oldest version of CodeQL that the Action will run with.