mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Restore missing status.push resulting from a bad merge
This commit is contained in:
1
lib/analyze-action.js
generated
1
lib/analyze-action.js
generated
@@ -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(
|
||||
|
||||
@@ -357,6 +357,7 @@ export async function uploadDependencyCaches(
|
||||
logger,
|
||||
);
|
||||
if (patterns === undefined) {
|
||||
status.push({ language, result: CacheStoreResult.NoHash });
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user