Skip to content

Commit fb70a8a

Browse files
committed
Bump minimum CodeQL version to 2.16.6
1 parent 7fd6215 commit fb70a8a

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
@@ -280,7 +280,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
280280
* The version flags below can be used to conditionally enable certain features
281281
* on versions newer than this.
282282
*/
283-
const CODEQL_MINIMUM_VERSION = "2.15.5";
283+
const CODEQL_MINIMUM_VERSION = "2.16.6";
284284

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

0 commit comments

Comments
 (0)