Skip to content

Commit

Permalink
Merge pull request #5 from BigMichi1/dependency-submission
Browse files Browse the repository at this point in the history
add maven dependency submission action to dependency review
  • Loading branch information
BigMichi1 authored Mar 7, 2024
2 parents 37e93c4 + cc6e528 commit f73a5ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read
contents: write

jobs:
dependency-review:
Expand All @@ -25,3 +25,6 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]

0 comments on commit f73a5ea

Please sign in to comment.