Skip to content

Commit b5a564c

Browse files
authored
Updated Github Action to use latest maven-dependency-submission and allow it to fail without causing the job to fail.
1 parent 3ae1f5e commit b5a564c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949

5050
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
5151
- name: Update dependency graph
52-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
52+
uses: advanced-security/maven-dependency-submission-action@v4
53+
continue-on-error: true

0 commit comments

Comments
 (0)