From a590b4afa702f797ce29f9ffb891262773f91b24 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 12 Jun 2023 11:22:22 +0100 Subject: [PATCH] Bump minimum CodeQL version to 2.9.4 --- 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 8f98decd0..65259efc5 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -60,7 +60,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.8.5"; +const CODEQL_MINIMUM_VERSION = "2.9.4"; /** * Versions of CodeQL that version-flag certain functionality in the Action. * For convenience, please keep these in descending order. Once a version diff --git a/src/codeql.ts b/src/codeql.ts index 1dee50076..ec6e23abd 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -254,7 +254,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.8.5"; +const CODEQL_MINIMUM_VERSION = "2.9.4"; /** * Versions of CodeQL that version-flag certain functionality in the Action.