From 5e74986e45368b6de6cc150820529dee478dea9b Mon Sep 17 00:00:00 2001 From: Joshua Baskaran <66942863+joshbaskaran@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:55:26 +0100 Subject: [PATCH] Remove dependency graph action from Build.yml The usage of this action seems to be unique to this specific project. Might be relevant in the monorepo but perhabs we don't need to make changes here right now and fiddle with build/ publishing procedures --- .github/workflows/Build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 986bba4..68aa4e3 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -44,7 +44,3 @@ jobs: - name: Build with Maven run: mvn -B clean package -DskipTests --file pom.xml - - # 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@v3