diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 62e05d614..bca2b1d0a 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -33,9 +33,8 @@ jobs: # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options. with: comment-summary-in-pr: always - fail-on-severity: high - - deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later + fail-on-severity: high + deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later # retry-on-snapshot-warnings: true - name: Build with Maven Wrapper run: ./mvnw -B package