mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update maven-build.yml
This commit is contained in:
parent
72b6742396
commit
4a1f3171a4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue