Skip to content

Commit

Permalink
Merge pull request #2795 from matsim-org/mvn-dep-tree-submit
Browse files Browse the repository at this point in the history
build: submit dependency graph when deploy-on-pr-merge
  • Loading branch information
michalmac authored Sep 30, 2023
2 parents 1907dca + 6d2a734 commit 0ca901d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-on-pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ jobs:
MAVEN_USERNAME: ${{ secrets.REPOMATSIM_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.REPOMATSIM_TOKEN }}

- name: Submit Dependency Graph
# Generate a complete dependency graph and submit the graph to the GitHub repository.
# The goal is to improve security alerts from dependabot, because dependabot is not able to compute the complete dependency graph.
uses: advanced-security/maven-dependency-submission-action@v3

env:
MAVEN_OPTS: -Xmx2g

0 comments on commit 0ca901d

Please sign in to comment.