Skip to content

Commit b18bb83

Browse files
Update maven.yml
1 parent 3655773 commit b18bb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3434
- name: Update Dependency Graph
35-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
36-
with:
37-
maven-command: "mvn -f order-api/pom.xml dependency:tree"
35+
run:|
36+
cd order-api
37+
mvn dependency:tree

0 commit comments

Comments
 (0)