From 4be318a22dc9b0087d8b9e751cdbe68b53395634 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 5 Aug 2024 17:44:17 +0100 Subject: [PATCH] Bump minimum CodeQL version to 2.13.5 --- 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 f57a20025..2f54ddf38 100644 --- a/lib/codeql.js +++ b/lib/codeql.js @@ -63,7 +63,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.12.6"; +const CODEQL_MINIMUM_VERSION = "2.13.5"; /** * 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 a83a52382..aaa3495de 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -277,7 +277,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.12.6"; +const CODEQL_MINIMUM_VERSION = "2.13.5"; /** * This version will shortly become the oldest version of CodeQL that the Action will run with.