From 73ba2a722e72eb0c19603278dcd89747570c0988 Mon Sep 17 00:00:00 2001 From: dolorsfg <43985184+dolorsfg@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:21:11 +0200 Subject: [PATCH] Update maven-build.yml --- .github/workflows/maven-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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