mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Support overlay database creation
This commit adds support for creating overlay-base and overlay databases, controlled via the CODEQL_OVERLAY_DATABASE_MODE environment variable.
This commit is contained in:
@@ -3,3 +3,5 @@ export enum OverlayDatabaseMode {
|
||||
OverlayBase = "overlay-base",
|
||||
None = "none",
|
||||
}
|
||||
|
||||
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.20.5";
|
||||
|
||||
Reference in New Issue
Block a user