Skip to content

Commit 6837643

Browse files
authored
Added dependency-review.yml (#33)
1 parent 393801d commit 6837643

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions:
1515
jobs:
1616
dependency-review:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
pull-requests: write
1820
steps:
1921
- name: Harden the runner (Audit all outbound calls)
2022
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
@@ -25,3 +27,5 @@ jobs:
2527
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2628
- name: 'Dependency Review'
2729
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
30+
with:
31+
comment-summary-in-pr: true

0 commit comments

Comments
 (0)