File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ import { Feature } from "./feature-flags";
1515import * as gitUtils from "./git-utils" ;
1616import { KnownLanguage , Language } from "./languages" ;
1717import { getRunnerLogger } from "./logging" ;
18- import { OverlayDatabaseMode } from "./overlay-database-utils" ;
18+ import {
19+ CODEQL_OVERLAY_MINIMUM_VERSION ,
20+ OverlayDatabaseMode ,
21+ } from "./overlay-database-utils" ;
1922import { parseRepositoryNwo } from "./repository" ;
2023import {
2124 setupTests ,
@@ -1269,7 +1272,7 @@ const defaultOverlayDatabaseModeTestSetup: OverlayDatabaseModeTestSetup = {
12691272 repositoryOwner : "github" ,
12701273 buildMode : BuildMode . None ,
12711274 languages : [ KnownLanguage . javascript ] ,
1272- codeqlVersion : "2.21.0" ,
1275+ codeqlVersion : CODEQL_OVERLAY_MINIMUM_VERSION ,
12731276 gitRoot : "/some/git/root" ,
12741277 codeScanningConfig : { } ,
12751278} ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export enum OverlayDatabaseMode {
1616 None = "none" ,
1717}
1818
19- export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.20.5 " ;
19+ export const CODEQL_OVERLAY_MINIMUM_VERSION = "2.22.3 " ;
2020
2121/**
2222 * Writes a JSON file containing Git OIDs for all tracked files (represented
You can’t perform that action at this time.
0 commit comments