add a note about outputs size limit

This commit is contained in:
laughedelic
2024-03-04 18:58:48 +01:00
parent 75be7f0c0c
commit 05fcfa49e0

View File

@@ -165,6 +165,9 @@ The Dependency Review GitHub Action check will only block a pull request from be
- `invalid-license-changes` holds information about invalid or non-compliant license dependency changes in a JSON format.
- `denied-changes` holds information about denied dependency changes in a JSON format.
> [!NOTE]
> Action outputs [have a size limit](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions): outputs are Unicode strings, and can be a maximum of 1MB
## Getting help
If you have bug reports, questions or suggestions please [create a new issue](https://github.com/actions/dependency-review-action/issues/new/choose).