Skip to content

Commit fe1c10e

Browse files
committed
Fix pip-audit vuln
1 parent 91bd752 commit fe1c10e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.5.21"
38+
version: "0.8.22"
3939
enable-cache: true
4040

4141
- name: "Set up Python"
@@ -52,6 +52,8 @@ jobs:
5252
pre-commit run --all-files
5353
5454
- name: pip-audit (gh-action-pip-audit)
55-
uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266
55+
uses: pypa/gh-action-pip-audit@v1.1.0
5656
with:
5757
virtual-environment: .venv/
58+
ignore-vulns: |
59+
GHSA-4xh5-x5gv-qwph

0 commit comments

Comments
 (0)