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 @@ -20,7 +20,10 @@ import { Feature } from "./feature-flags";
2020import * as gitUtils from "./git-utils" ;
2121import { Language } from "./languages" ;
2222import { getRunnerLogger } from "./logging" ;
23- import { OverlayDatabaseMode } from "./overlay-database-utils" ;
23+ import {
24+ CODEQL_OVERLAY_MINIMUM_VERSION ,
25+ OverlayDatabaseMode ,
26+ } from "./overlay-database-utils" ;
2427import { parseRepositoryNwo } from "./repository" ;
2528import {
2629 setupTests ,
@@ -1213,7 +1216,7 @@ const defaultOverlayDatabaseModeTestSetup: OverlayDatabaseModeTestSetup = {
12131216 repositoryOwner : "github" ,
12141217 buildMode : BuildMode . None ,
12151218 languages : [ Language . javascript ] ,
1216- codeqlVersion : "2.21.0" ,
1219+ codeqlVersion : CODEQL_OVERLAY_MINIMUM_VERSION ,
12171220 gitRoot : "/some/git/root" ,
12181221 codeScanningConfig : { } ,
12191222} ;
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