Skip to content

Commit

Permalink
enable pr comments for dependency-review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 29, 2023
1 parent 13b13a5 commit 6f1af62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ permissions:
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
with:
comment-summary-in-pr: true

0 comments on commit 6f1af62

Please sign in to comment.