From f06ace2f5b1671b327aac25231c7d4023f89503c Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 17 Jul 2023 15:09:16 +0200 Subject: [PATCH] Add dependency graph to help GitHub find dependencies --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e30e67f7..457af499 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,3 +41,6 @@ jobs: # Run non-interactive, package (with compile+test), # ignore snapshot updates, because they are likely to have breaking changes, enforce checksums run: mvn test --batch-mode --threads 2.0C --no-snapshot-updates --strict-checksums --file pom.xml + + - name: Update dependency graph + uses: advanced-security/maven-dependency-submission-action@v3.0.2