mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
Overlay: Increase minimum CLI version
This commit is contained in:
@@ -29,7 +29,7 @@ export enum OverlayDatabaseMode {
|
||||
None = "none",
|
||||
}
|
||||
|
||||
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.22.4";
|
||||
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.23.5";
|
||||
|
||||
/**
|
||||
* The maximum (uncompressed) size of the overlay base database that we will
|
||||
|
||||
Reference in New Issue
Block a user