mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 16:50:23 +00:00
Fix linter errors
This commit is contained in:
Generated
+19029
-19027
File diff suppressed because it is too large
Load Diff
@@ -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(
|
||||
|
||||
@@ -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
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user