From ae91ce773efbe5ebacc8c376c4ee3552885bd558 Mon Sep 17 00:00:00 2001 From: QAIU <736226400@qq.com> Date: Fri, 7 Jun 2024 11:17:37 +0800 Subject: [PATCH] `maven-dependency-submission-action` add `ignore-maven-wrapper: true` --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) 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: