From 8f1e24411bb9916fad6671329267fc20553cb553 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 9 Apr 2024 12:19:20 +0100 Subject: [PATCH] Bump minimum CodeQL Bundle version to 2.12.6 --- lib/codeql.js | 2 +- src/codeql.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codeql.js b/lib/codeql.js index 044b0eb34..a5e0d71dd 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -52,7 +52,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.11.6"; +const CODEQL_MINIMUM_VERSION = "2.12.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 89bf465a8..93d1d1f50 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -275,7 +275,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.11.6"; +const CODEQL_MINIMUM_VERSION = "2.12.6"; /** * This version will shortly become the oldest version of CodeQL that the Action will run with.