Skip to content

Commit

Permalink
feature: bring back the build workflow, disabled the depenecy graph d…
Browse files Browse the repository at this point in the history
…ue to it being disabled in the current repository
  • Loading branch information
lfdesousa committed May 30, 2024
1 parent 33e39d8 commit 91f093f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
# path: target/site/jacoco/

# 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
# Also needs to be disable due to failures in the current repository
#- name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@v3

- name: Upload mag artifact snapshot jar
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 91f093f

Please sign in to comment.