Skip to content

Commit

Permalink
Update DependencyReview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWilson-GIS authored Feb 27, 2024
1 parent e1bbb7a commit 32c7b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DependencyReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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@v3
uses: actions/dependency-review-action@v4
with:
fail-on-severity: critical
fail-on-scopes: runtime
Expand All @@ -25,4 +25,4 @@ jobs:
deny-groups: pkg:maven/log4j
retry-on-snapshot-warnings: true
warn-only: true
license-check: false
license-check: false

0 comments on commit 32c7b26

Please sign in to comment.