From 05fcfa49e06531bf7891999c4379b68e6c3f9b2f Mon Sep 17 00:00:00 2001 From: laughedelic Date: Mon, 4 Mar 2024 18:58:48 +0100 Subject: [PATCH] add a note about outputs size limit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae79ba0..d25f8c5 100644 --- a/README.md +++ b/README.md @@ -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).