From 710e454fd053efd075b401c3d056b2621bfe8ab8 Mon Sep 17 00:00:00 2001 From: yukaidi Date: Fri, 29 May 2026 01:40:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20dependency=20graph=20=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20continue-on-error=EF=BC=8Cfork=20=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E6=9C=AA=E5=90=AF=E7=94=A8=E6=97=B6=E4=B8=8D=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a26d259..74581fd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -60,6 +60,7 @@ jobs: - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v3 if: github.event_name != 'pull_request' + continue-on-error: true with: ignore-maven-wrapper: true