Skip to content

Commit a658210

Browse files
authored
Create dep_review.yaml
1 parent 7ee8ab6 commit a658210

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/dep_review.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 'Dependency Review'
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
- master
7+
8+
jobs:
9+
dependency-review:
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: 'Checkout Repository'
16+
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
17+
- name: 'Dependency Review'
18+
uses: actions/dependency-review-action@2ce029c676cacb6112c47192ee072c7f783330c5
19+
with:
20+
comment-summary-in-pr: always

0 commit comments

Comments
 (0)