We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd22b67 commit fd9b3dbCopy full SHA for fd9b3db
1 file changed
.github/workflows/dependency_review.yml
@@ -0,0 +1,18 @@
1
+name: 'Dependency Review'
2
+
3
+on:
4
+ pull_request:
5
+ types: [ "opened", "synchronize", "reopened" ]
6
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ dependency-review:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - name: 'Dependency Review'
16
+ uses: actions/dependency-review-action@v4
17
+ with:
18
+ fail-on-severity: high
0 commit comments