Description
Describe the bug
It gives me the below error of the size .
To Reproduce
Warning: Unable to write summary to pull-request. Make sure you are giving this workflow the permission 'pull-requests: write'.
Error: $GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2906k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
My workflow uses upgraded version that is :-
- name: 'Dependency Review'
id: dependency-review
uses: 72eb03d
with:
base-ref: "${{ github.event.pull_request.base.sha || 'master' }}"
head-ref: "${{ github.event.pull_request.head.sha || github.sha }}"
deny-licenses: LGPL-2.0, BSD-2-Clause, LGPL-3.0, LGPL-3.0+
# the comment-summary-in-pr must be present, otherwise you won't get the output
comment-summary-in-pr: always
continue-on-error: true