Bump minimum CodeQL version to 2.9.4
This commit is contained in:
parent
5dcc7c296d
commit
a590b4afa7
2 changed files with 2 additions and 2 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -60,7 +60,7 @@ let cachedCodeQL = undefined;
|
||||||
* The version flags below can be used to conditionally enable certain features
|
* The version flags below can be used to conditionally enable certain features
|
||||||
* on versions newer than this.
|
* 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.
|
* Versions of CodeQL that version-flag certain functionality in the Action.
|
||||||
* For convenience, please keep these in descending order. Once a version
|
* For convenience, please keep these in descending order. Once a version
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
|
||||||
* The version flags below can be used to conditionally enable certain features
|
* The version flags below can be used to conditionally enable certain features
|
||||||
* on versions newer than this.
|
* 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.
|
* Versions of CodeQL that version-flag certain functionality in the Action.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue