Rename VersionOutput to VersionInfo

This commit is contained in:
Michael B. Gale 2023-10-04 15:54:34 +01:00
parent 49b94f1a2d
commit bcbb900532
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
19 changed files with 60 additions and 68 deletions

View file

@ -16,7 +16,7 @@ import { Config } from "./config-utils";
import { Language } from "./languages";
import {
getRecordingLogger,
makeVersionOutput,
makeVersionInfo,
setupTests,
} from "./testing-utils";
import {
@ -30,7 +30,7 @@ setupTests(test);
const stubCodeql = setCodeQL({
async getVersion() {
return makeVersionOutput("2.10.3");
return makeVersionInfo("2.10.3");
},
async betterResolveLanguages() {
return {