Fix type issues

This commit is contained in:
Justin Hutchings
2024-03-03 06:50:11 +00:00
parent c286ea91b0
commit 2bc3ecb19b
4 changed files with 32 additions and 4 deletions

2
dist/index.js generated vendored
View File

@@ -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;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long