We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maven-dependency-submission-action
ignore-maven-wrapper: true
1 parent d428380 commit ae91ce7Copy full SHA for ae91ce7
.github/workflows/maven.yml
@@ -37,6 +37,8 @@ jobs:
37
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
38
- name: Update dependency graph
39
uses: advanced-security/maven-dependency-submission-action@v3
40
+ with:
41
+ ignore-maven-wrapper: true
42
43
# - uses: release-drafter/release-drafter@v5
44
# env:
0 commit comments