Skip to content

Commit f73ffb1

Browse files
committed
Bump minimum CLI version for overlay analysis
1 parent 57b2c02 commit f73ffb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/overlay-database-utils.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/overlay-database-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export enum OverlayDatabaseMode {
1616
None = "none",
1717
}
1818

19-
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.22.3";
19+
export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.22.4";
2020

2121
/**
2222
* The maximum (uncompressed) size of the overlay base database that we will

0 commit comments

Comments
 (0)