We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c36b6d commit f3fd67eCopy full SHA for f3fd67e
.github/workflows/maven.yml
@@ -6,7 +6,7 @@
6
# separate terms of service, privacy policy, and support
7
# documentation.
8
9
-name: Java CI with Maven
+nname: Java CI with Maven
10
11
on:
12
push:
@@ -30,7 +30,5 @@ jobs:
30
working-directory: OtmTodoApp-master/OtmTodoApp-master
31
- name: Update dependency graph
32
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
+ with:
+ working-directory: OtmTodoApp-master/OtmTodoApp-master
0 commit comments