mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
[N/A] - [Solve syntax error in workflow]
This commit is contained in:
parent
b01b8bded2
commit
72b6742396
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Submit Dependency Snapshot
|
- name: Submit Dependency Snapshot
|
||||||
uses: advanced-security/maven-dependency-submission-action@v3
|
uses: advanced-security/maven-dependency-submission-action@v3
|
||||||
- name: Dependency review:
|
- name: Dependency review
|
||||||
uses: actions/dependency-review-action@v4
|
uses: actions/dependency-review-action@v4
|
||||||
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
|
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue