Skip to content

Commit d77a73b

Browse files
committed
Bump minimum supported version to 2.14.6
1 parent 5636274 commit d77a73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -275,7 +275,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
275275
* The version flags below can be used to conditionally enable certain features
276276
* on versions newer than this.
277277
*/
278-
const CODEQL_MINIMUM_VERSION = "2.13.5";
278+
const CODEQL_MINIMUM_VERSION = "2.14.6";
279279

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

0 commit comments

Comments
 (0)