Skip to content

Commit

Permalink
ci: Add dependency review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 22, 2024
1 parent 6000729 commit b32aad6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Pull Request Dependency Review
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/dependency-review-action@v4
with:
fail-on-severity: low
comment-summary-in-pr: on-failure

0 comments on commit b32aad6

Please sign in to comment.