Merge branch 'main' into fix/comment-warn-only

This commit is contained in:
Eric Bickle
2024-11-19 12:51:47 -08:00
12 changed files with 274 additions and 324 deletions

View File

@@ -168,7 +168,7 @@ async function run(): Promise<void> {
}
core.setOutput('dependency-changes', JSON.stringify(changes))
summary.addScannedDependencies(changes)
summary.addScannedFiles(changes)
printScannedDependencies(changes)
// include full summary in output; Actions will truncate if oversized