Skip to content

Commit

Permalink
Update ./.github/workflows/dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amilochau committed Nov 8, 2023
1 parent 8608de0 commit 345019a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
fail-on-severity: moderate
fail-on-scopes: runtime, development, unknown

0 comments on commit 345019a

Please sign in to comment.