Skip to content

Commit

Permalink
Bump minimum version to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Mar 28, 2023
1 parent f9c159f commit 4772c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
* The version flags below can be used to conditionally enable certain features
* on versions newer than this.
*/
const CODEQL_MINIMUM_VERSION = "2.6.3";
const CODEQL_MINIMUM_VERSION = "2.8.5";

/**
* Versions of CodeQL that version-flag certain functionality in the Action.
Expand Down

0 comments on commit 4772c1d

Please sign in to comment.