Remove unused properties from VersionOutput

This commit is contained in:
Michael B. Gale 2023-10-04 15:51:26 +01:00
parent bb67eddd77
commit 49b94f1a2d
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
6 changed files with 2 additions and 42 deletions

8
lib/codeql.js generated
View file

@ -184,14 +184,6 @@ function setCodeQL(partialCodeql) {
cachedCodeQL = {
getPath: resolveFunction(partialCodeql, "getPath", () => "/tmp/dummy-path"),
getVersion: resolveFunction(partialCodeql, "getVersion", () => new Promise((resolve) => resolve({
productName: "CodeQL",
vendor: "GitHub",
sha: "",
branches: [],
copyright: "",
unpackedLocation: "",
configFileLocation: "",
configFileFound: false,
version: "1.0.0",
}))),
printVersion: resolveFunction(partialCodeql, "printVersion"),