Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckerweibell authored Aug 2, 2023
1 parent 0a8326e commit 34af5dc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
# Possible values: "critical", "high", "moderate", "low"
fail-on-severity: high
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
# Possible values: "critical", "high", "moderate", "low"
fail-on-severity: high

0 comments on commit 34af5dc

Please sign in to comment.