We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c3080 commit 7d674c4Copy full SHA for 7d674c4
.github/workflows/dependency-review.yml
@@ -0,0 +1,21 @@
1
+name: Dependency Review
2
+
3
+on:
4
+ pull_request:
5
6
+permissions: {}
7
8
+jobs:
9
+ dependency-review:
10
+ permissions:
11
+ contents: read
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 1
17
+ persist-credentials: false
18
+ - name: Vulnerability Check
19
+ uses: smartcontractkit/.github/actions/dependency-review@0cc355785130a83a540187b609c5521094baed92 # [email protected]
20
21
+ config-preset: default-vulnerability-check-high
0 commit comments