From bb8610acc35a6181644ea58bd6f44e17596fd16c Mon Sep 17 00:00:00 2001 From: Daniel von Atzigen Date: Tue, 26 Nov 2024 09:16:44 +0100 Subject: [PATCH] Disab le dependency review sorecard output --- .github/workflows/code-quality.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index f3a90435c..a93b17583 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -33,7 +33,10 @@ jobs: uses: actions/checkout@v4 - name: Review Dependencies uses: actions/dependency-review-action@v4 - + with: + # Disable scorecard output for now, as the output may get too large otherwise, + # causing the action to fail. + show-openssf-scorecard: false install-ui: name: "Install UI"