Skip to content

Commit 4be318a

Browse files
committed
Bump minimum CodeQL version to 2.13.5
1 parent 84f2bfe commit 4be318a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/codeql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
277277
* The version flags below can be used to conditionally enable certain features
278278
* on versions newer than this.
279279
*/
280-
const CODEQL_MINIMUM_VERSION = "2.12.6";
280+
const CODEQL_MINIMUM_VERSION = "2.13.5";
281281

282282
/**
283283
* This version will shortly become the oldest version of CodeQL that the Action will run with.

0 commit comments

Comments
 (0)