Skip to content

Commit f3fd67e

Browse files
authored
Update maven.yml
1 parent 1c36b6d commit f3fd67e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Java CI with Maven
9+
nname: Java CI with Maven
1010

1111
on:
1212
push:
@@ -30,7 +30,5 @@ jobs:
3030
working-directory: OtmTodoApp-master/OtmTodoApp-master
3131
- name: Update dependency graph
3232
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
33-
34-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
35-
- name: Update dependency graph
36-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
33+
with:
34+
working-directory: OtmTodoApp-master/OtmTodoApp-master

0 commit comments

Comments
 (0)