Skip to content

Commit

Permalink
Add dependency review workflow (#7702)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Buniatyan <rubo@users.noreply.github.com>
  • Loading branch information
yevh and rubo authored Nov 2, 2024
1 parent 4950b6f commit 1318d52
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dependency review

on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
name: Dependency review
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Dependency review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high

0 comments on commit 1318d52

Please sign in to comment.