Skip to content

Commit

Permalink
No issue: Remove dependency analysis - it just takes forever and does…
Browse files Browse the repository at this point in the history
… not seem to finish
  • Loading branch information
reckart committed Nov 5, 2024
1 parent 9ca1df7 commit 7487192
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
- name: Build with Maven
run: mvn --no-transfer-progress -B clean verify --file pom.xml

- name: Update dependency graph
if: github.event_name == 'push'
uses: advanced-security/maven-dependency-submission-action@v4

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7487192

Please sign in to comment.