Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Merge pull request #122 from uio-bmi/remove-dependency-graph-action
Browse files Browse the repository at this point in the history
Remove dependency graph action from Build.yml
  • Loading branch information
kjellp authored Dec 6, 2023
2 parents e6e8b19 + 5e74986 commit 429eaae
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 429eaae

Please sign in to comment.