Skip to content

Commit

Permalink
Bump minimum CodeQL version to 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Aug 5, 2024
1 parent 84f2bfe commit 4be318a
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 @@ -277,7 +277,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.12.6";
const CODEQL_MINIMUM_VERSION = "2.13.5";

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

0 comments on commit 4be318a

Please sign in to comment.