Fix linter errors

This commit is contained in:
Michael B. Gale
2026-05-14 15:24:24 +01:00
parent bb30f3132d
commit d7e50c23fe
4 changed files with 19034 additions and 19030 deletions
+19029 -19027
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -69,6 +69,7 @@ test("analyze action with RAM & threads from environment variables", async (t) =
// level but does not wait for it to finish. To ensure that calls to
// runFinalize and runQueries are correctly captured by spies, we explicitly
// wait for the action promise to complete before starting verification.
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
await analyzeAction.runWrapper();
t.assert(
+1
View File
@@ -67,6 +67,7 @@ test("analyze action with RAM & threads from action inputs", async (t) => {
// level but does not wait for it to finish. To ensure that calls to
// runFinalize and runQueries are correctly captured by spies, we explicitly
// wait for the action promise to complete before starting verification.
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
await analyzeAction.runWrapper();
t.assert(
+3 -3
View File
@@ -1,13 +1,13 @@
import * as analyzeAction from "./analyze-action";
import * as analyzePostAction from "./analyze-action-post";
import * as autobuildAction from "./autobuild-action";
import * as initAction from "./init-action";
import * as initPostAction from "./init-action-post";
import * as resolveEnvironmentAction from "./resolve-environment-action";
import * as setupCodeqlAction from "./setup-codeql-action";
import * as startProxyAction from "./start-proxy-action";
import * as uploadSarifAction from "./upload-sarif-action";
import * as analyzePostAction from "./analyze-action-post";
import * as initPostAction from "./init-action-post";
import * as startProxyPostAction from "./start-proxy-action-post";
import * as uploadSarifAction from "./upload-sarif-action";
import * as uploadSarifPostAction from "./upload-sarif-action-post";
export async function runAnalyzeAction() {