Skip to content

Commit

Permalink
Add Maven Dependency Tree Dependency Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser authored and GuusdeWit committed Oct 2, 2023
1 parent 71ff749 commit 3a2852b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions/cd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ runs:
github_token: ${{ inputs.version-push-pat }}
author_email: ${{ inputs.bot-mail }}
author_name: shadow-tool-bot
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/maven-dependency-submission-action@v3.0.1
4 changes: 4 additions & 0 deletions .github/workflows/cd-major-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The API requires write permission on the repository to submit dependencies
permissions:
contents: write

name: Major Release

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cd-minor-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The API requires write permission on the repository to submit dependencies
permissions:
contents: write

name: Minor Release

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cd-patch-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The API requires write permission on the repository to submit dependencies
permissions:
contents: write

name: Patch Release

on:
Expand Down

0 comments on commit 3a2852b

Please sign in to comment.