Skip to content

Commit

Permalink
Remove dependency graph action from Build.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joshbaskaran authored Dec 6, 2023
1 parent e6e8b19 commit 5e74986
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e74986

Please sign in to comment.