diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0eedd3e..76bc640 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,6 +37,8 @@ jobs: # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v3 + with: + ignore-maven-wrapper: true # - uses: release-drafter/release-drafter@v5 # env: