Fix style inconsistency

This commit is contained in:
Michael B. Gale
2025-10-22 12:04:04 +01:00
parent aa048acb05
commit 02b2c3aafc
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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,