Skip to content

Commit a590b4a

Browse files
committed
Bump minimum CodeQL version to 2.9.4
1 parent 5dcc7c2 commit a590b4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/codeql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
254254
* The version flags below can be used to conditionally enable certain features
255255
* on versions newer than this.
256256
*/
257-
const CODEQL_MINIMUM_VERSION = "2.8.5";
257+
const CODEQL_MINIMUM_VERSION = "2.9.4";
258258

259259
/**
260260
* Versions of CodeQL that version-flag certain functionality in the Action.

0 commit comments

Comments
 (0)