Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archangelneo18 committed Apr 24, 2024
1 parent af39c72 commit 9451a7b
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:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v2
- name: Dependency Review
uses: github/dependency-review-action@v1
with:
# Possible values: "critical", "high", "moderate", "low"
fail-on-severity: 'high'

0 comments on commit 9451a7b

Please sign in to comment.