From 640f2a34ad94867804798743a6b8671aff5d204b Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:10:54 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4bae9cf..d563967 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,9 +23,6 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 - create_release: needs: build runs-on: ubuntu-latest