Skip to content

Commit

Permalink
Bump minimum CodeQL version to 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Nov 27, 2023
1 parent c7f4ea5 commit d1166e6
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 @@ -293,7 +293,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.10.5";
const CODEQL_MINIMUM_VERSION = "2.11.6";

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

0 comments on commit d1166e6

Please sign in to comment.