From 4a1f3171a47ef5ddae635de9854521a50e46903d Mon Sep 17 00:00:00 2001 From: dolorsfg <43985184+dolorsfg@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:19:50 +0200 Subject: [PATCH] Update maven-build.yml --- .github/workflows/maven-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index cbc68fa44..62e05d614 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -33,7 +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 + 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