Add one more line break

This commit is contained in:
Claire Song
2025-08-14 16:39:53 +00:00
parent 3fb5c613f0
commit 6e80be31cd
3 changed files with 3 additions and 1 deletions
Generated Vendored
+1
View File
@@ -1663,6 +1663,7 @@ function addSummaryToSummary(vulnerableChanges, invalidLicenseChanges, deniedCha
}
function addDenyListsDeprecationWarningToSummary() {
core.summary.addRaw(`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.<br>`, true);
core.summary.addEOL();
}
function countScorecardWarnings(scorecard, config) {
return scorecard.dependencies.reduce((total, dependency) => {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -113,6 +113,7 @@ function addDenyListsDeprecationWarningToSummary(): void {
`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.<br>`,
true
)
core.summary.addEOL()
}
function countScorecardWarnings(