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 1d1b710 commit 8b2ff1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ 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

0 comments on commit 8b2ff1a

Please sign in to comment.