Skip to content

Commit

Permalink
feat: Dependancy review comment with summary
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 21, 2023
1 parent 2f0f890 commit 76597ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependency-review.yml
Expand Up @@ -15,6 +15,9 @@ permissions:
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
Expand All @@ -25,3 +28,5 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e # v3.0.4
with:
comment-summary-in-pr: true

0 comments on commit 76597ac

Please sign in to comment.