Open
Description
Describe the bug
when this action is used after updating some dependencies a new error emerged while using this action:
Error: $GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1028k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
To Reproduce
update a lot of dependencies?
the pr in question is this on hpi-schul-cloud/schulcloud-server#5430
Expected behavior
no error is thrown
Screenshots
Action version
actions/dependency-review-action@v4
Examples
hpi-schul-cloud/schulcloud-server#5430
https://github.com/hpi-schul-cloud/schulcloud-server/blob/main/.github/workflows/dependency-review.yml
Activity
jebeaudet commentedon Jan 30, 2025
We also ran into this issue and given it's a mandatory required workflow for our organization, it blocked the PRs and required an admin to merge.
The link provided in the error message is not good too btw, I'm assuming it should be https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-job-summary
ES00660463 commentedon Mar 20, 2025
+1 we have the same issue in my organization. My workaround was use the parameter
show-openssf-scorecard: false
but we need a solution.(MIT OR Apache-2.0) AND Unicode-3.0
#897Set to false
Set to false
Workaround for actions/dependency-review-action#867