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"