From fb70a8a3d6aaa21cb0183fed44b6b53c3b34d262 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 30 May 2025 17:05:33 +0100 Subject: [PATCH] Bump minimum CodeQL version to 2.16.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 a2ebd1c93..dddcaaec5 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.15.5"; +const CODEQL_MINIMUM_VERSION = "2.16.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 40fc59cbb..1b49550a1 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -280,7 +280,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.15.5"; +const CODEQL_MINIMUM_VERSION = "2.16.6"; /** * This version will shortly become the oldest version of CodeQL that the Action will run with.