Skip to content

Commit ae91ce7

Browse files
committed
maven-dependency-submission-action add ignore-maven-wrapper: true
1 parent d428380 commit ae91ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3838
- name: Update dependency graph
3939
uses: advanced-security/maven-dependency-submission-action@v3
40+
with:
41+
ignore-maven-wrapper: true
4042

4143
# - uses: release-drafter/release-drafter@v5
4244
# env:

0 commit comments

Comments
 (0)