Skip to content

[BUG] unable to upload summary: upload aborted, supports content up to a size of 1024k, got 1028k #867

Open
@Loki-Afro

Description

@Loki-Afro

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

Image

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

jebeaudet commented on Jan 30, 2025

@jebeaudet
Contributor

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

ES00660463 commented on Mar 20, 2025

@ES00660463

+1 we have the same issue in my organization. My workaround was use the parameter show-openssf-scorecard: false but we need a solution.

added a commit that references this issue on May 27, 2025
added a commit that references this issue on May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @jebeaudet@Loki-Afro@ES00660463

      Issue actions

        [BUG] unable to upload summary: upload aborted, supports content up to a size of 1024k, got 1028k · Issue #867 · actions/dependency-review-action