Restore missing status.push resulting from a bad merge

This commit is contained in:
Michael B. Gale
2025-11-09 11:07:17 +00:00
parent 35c91ef0af
commit b0e9dfce55
2 changed files with 2 additions and 0 deletions

1
lib/analyze-action.js generated
View File

@@ -91150,6 +91150,7 @@ async function uploadDependencyCaches(codeql, features, config, logger) {
logger
);
if (patterns === void 0) {
status.push({ language, result: "no-hash" /* NoHash */ });
continue;
}
const size = await getTotalCacheSize(

View File

@@ -357,6 +357,7 @@ export async function uploadDependencyCaches(
logger,
);
if (patterns === undefined) {
status.push({ language, result: CacheStoreResult.NoHash });
continue;
}