mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Bump minimum supported version to 2.14.6
This commit is contained in:
2
lib/codeql.js
generated
2
lib/codeql.js
generated
@@ -63,7 +63,7 @@ let cachedCodeQL = undefined;
|
||||
* The version flags below can be used to conditionally enable certain features
|
||||
* on versions newer than this.
|
||||
*/
|
||||
const CODEQL_MINIMUM_VERSION = "2.13.5";
|
||||
const CODEQL_MINIMUM_VERSION = "2.14.6";
|
||||
/**
|
||||
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
||||
*/
|
||||
|
||||
@@ -275,7 +275,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.13.5";
|
||||
const CODEQL_MINIMUM_VERSION = "2.14.6";
|
||||
|
||||
/**
|
||||
* This version will shortly become the oldest version of CodeQL that the Action will run with.
|
||||
|
||||
Reference in New Issue
Block a user