Fix type issues
This commit is contained in:
+1
-1
@@ -1030,7 +1030,7 @@ const schemas_1 = __nccwpck_require__(8774);
|
||||
const core = __importStar(__nccwpck_require__(2186));
|
||||
function getScorecardLevels(changes) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const data = {};
|
||||
const data = { dependencies: [] };
|
||||
for (const change of changes) {
|
||||
try {
|
||||
const ecosystem = change.ecosystem;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user