feat: add large summary handling with artifact upload

When the dependency review summary exceeds GitHub's size limit (1024k), upload it as an artifact and provide a link in the comment. This ensures users can still access the full review details even when the summary is too large to display directly.
This commit is contained in:
Matt Mencel
2025-04-11 12:11:49 -05:00
committed by Barry Gordon
parent e3fdf0f899
commit e0cedc52dc
6 changed files with 104550 additions and 1764 deletions

View File

@@ -25,6 +25,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/plugin-retry": "^6.1.0",