From 7b090aa626dfdcf47256857a78cb4d69eb89e3e7 Mon Sep 17 00:00:00 2001 From: Ivan Rastorguev <37937086+rastorguevia@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:41:59 +0300 Subject: [PATCH 1/2] Update maven.yml --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 218a2cd..1324499 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,6 +30,9 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml + - name: Maven Dependency Tree Dependency Submission + uses: advanced-security/maven-dependency-submission-action@v4.0.2 + # 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@571e99aab1055c2e71a1e2309b9691de18d6b7d6 From f20d6acb9a66dd8e0cc2e65d01344e1503271360 Mon Sep 17 00:00:00 2001 From: Ivan Rastorguev <37937086+rastorguevia@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:47:19 +0300 Subject: [PATCH 2/2] Update maven.yml --- .github/workflows/maven.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1324499..7c54ebe 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,10 +29,3 @@ jobs: cache: maven - name: Build with Maven run: mvn -B package --file pom.xml - - - name: Maven Dependency Tree Dependency Submission - uses: advanced-security/maven-dependency-submission-action@v4.0.2 - - # 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@571e99aab1055c2e71a1e2309b9691de18d6b7d6