Skip to content

Commit

Permalink
Bump minimum CodeQL Bundle version to 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Apr 9, 2024
1 parent 84efe24 commit 8f1e244
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 @@ -275,7 +275,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.11.6";
const CODEQL_MINIMUM_VERSION = "2.12.6";

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

0 comments on commit 8f1e244

Please sign in to comment.