From 6a9a30475e993a2e6fe4438616fa38c01bc7f82b Mon Sep 17 00:00:00 2001 From: tinyoverflow Date: Sat, 29 Jul 2023 09:32:55 +0200 Subject: [PATCH] Remove dependency graph updater from workflow --- .github/workflows/maven.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 639c0a3..b28ae29 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,4 +1,4 @@ -name: Release Plugin +name: Build and Release on: push: @@ -32,6 +32,3 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: target/PrivateStatus*.jar - - - name: Update Dependency Graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6