Skip to content

Commit 8f1e244

Browse files
committed
Bump minimum CodeQL Bundle version to 2.12.6
1 parent 84efe24 commit 8f1e244

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.11.6";
278+
const CODEQL_MINIMUM_VERSION = "2.12.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)