We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa60746 commit 0e129e1Copy full SHA for 0e129e1
1 file changed
src/summary.ts
@@ -479,10 +479,9 @@ export async function addChangeVulnerabilitiesToSummary(
479
if (showPatchedVersions) {
480
headerRow.push({data: 'Patched Version', header: true})
481
}
482
- core.summary.addHeading(`<em>${manifest}</em>`, 4).addTable([
483
- headerRow,
484
- ...rows
485
- ])
+ core.summary
+ .addHeading(`<em>${manifest}</em>`, 4)
+ .addTable([headerRow, ...rows])
486
487
488
if (severity !== 'low') {
0 commit comments