mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
Fix linter issue
This commit is contained in:
@@ -216,7 +216,13 @@ test("processAndUploadSarif doesn't upload if upload is disabled", async (t) =>
|
||||
fs.writeFileSync(toFullPath("test.sarif"), "");
|
||||
fs.writeFileSync(toFullPath("test.quality.sarif"), "");
|
||||
|
||||
const actual = await processAndUploadSarif(logger, features, "never", "", tempDir);
|
||||
const actual = await processAndUploadSarif(
|
||||
logger,
|
||||
features,
|
||||
"never",
|
||||
"",
|
||||
tempDir,
|
||||
);
|
||||
|
||||
t.truthy(actual);
|
||||
t.assert(postProcessSarifFiles.calledTwice);
|
||||
|
||||
Reference in New Issue
Block a user