Skip to content

Commit 4772c1d

Browse files
committed
Bump minimum version to 2.8.5
1 parent f9c159f commit 4772c1d

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
@@ -266,7 +266,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
266266
* The version flags below can be used to conditionally enable certain features
267267
* on versions newer than this.
268268
*/
269-
const CODEQL_MINIMUM_VERSION = "2.6.3";
269+
const CODEQL_MINIMUM_VERSION = "2.8.5";
270270

271271
/**
272272
* Versions of CodeQL that version-flag certain functionality in the Action.

0 commit comments

Comments
 (0)