Bump minimum CodeQL version to 2.16.6
This commit is contained in:
parent
7fd62151d9
commit
fb70a8a3d6
2 changed files with 2 additions and 2 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -73,7 +73,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.15.5";
|
const CODEQL_MINIMUM_VERSION = "2.16.6";
|
||||||
/**
|
/**
|
||||||
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,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.15.5";
|
const CODEQL_MINIMUM_VERSION = "2.16.6";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue