Skip to content

Commit 319bb97

Browse files
committed
ci: add dependency review workflow
Motivation: increase security. Discovered while looking into #3162
1 parent 7819f72 commit 319bb97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ jobs:
44
ci:
55
uses: ./.github/workflows/ci.yml
66

7+
dependency-review:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout repo
11+
uses: actions/checkout@v3
12+
with:
13+
persist-credentials: false
14+
15+
- name: Dependency review
16+
uses: actions/dependency-review-action@v2
17+
718
diff-npm-package:
819
name: Diff content of NPM package
920
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)