We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 608ef81 + 309a4ad commit 8ddd7ffCopy full SHA for 8ddd7ff
.github/workflows/dependency-review.yml
@@ -23,5 +23,5 @@ jobs:
23
fail-on-severity: moderate
24
# Warn about deprecated packages
25
warn-on-deprecated: true
26
- # Comment on the PR with the review results
27
- comment-summary-in-pr: on-failure
+ # Don't auto-comment on PR to avoid hitting GitHub's 64KB comment size limit
+ # Users can view the full report in the Actions tab or download the artifact
0 commit comments