Skip to content

Commit

Permalink
Bump minimum CodeQL version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jun 12, 2023
1 parent 5dcc7c2 commit a590b4a
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 @@ -254,7 +254,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.8.5";
const CODEQL_MINIMUM_VERSION = "2.9.4";

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

0 comments on commit a590b4a

Please sign in to comment.