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 49325e6 commit 312945fCopy full SHA for 312945f
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
@@ -0,0 +1,17 @@
1
+name: Dependency Review
2
+on: [pull_request]
3
+
4
+permissions:
5
+ contents: read
6
+ pull-requests: write
7
8
+jobs:
9
+ dependency-review:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout Repository
13
+ uses: actions/checkout@v4
14
+ - name: Dependency Review
15
+ uses: actions/dependency-review-action@v4
16
+ with:
17
+ comment-summary-in-pr: on-failure
0 commit comments