Skip to content

Commit

Permalink
ci: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suchencjusz committed Jan 5, 2025
1 parent 8b2ff1a commit 3a6332c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4

- name: 'Set up Python'
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
uses: actions/dependency-review-action@v4
with:
fail-on-severity: critical
deny-licenses: LGPL-2.0, BSD-2-Clause

0 comments on commit 3a6332c

Please sign in to comment.