mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Fix style inconsistency
This commit is contained in:
Generated
+2
-2
@@ -96417,7 +96417,7 @@ async function run() {
|
||||
);
|
||||
return;
|
||||
}
|
||||
if (runStats && uploadResults && uploadResults["code-scanning" /* CodeScanning */]) {
|
||||
if (runStats !== void 0 && uploadResults !== void 0 && uploadResults["code-scanning" /* CodeScanning */] !== void 0) {
|
||||
await sendStatusReport2(
|
||||
startedAt,
|
||||
config,
|
||||
@@ -96433,7 +96433,7 @@ async function run() {
|
||||
dependencyCacheResults,
|
||||
logger
|
||||
);
|
||||
} else if (runStats) {
|
||||
} else if (runStats !== void 0) {
|
||||
await sendStatusReport2(
|
||||
startedAt,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user