We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bd752 commit fe1c10eCopy full SHA for fe1c10e
.github/workflows/code_checks.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
36
with:
37
# Install a specific version of uv.
38
- version: "0.5.21"
+ version: "0.8.22"
39
enable-cache: true
40
41
- name: "Set up Python"
@@ -52,6 +52,8 @@ jobs:
52
pre-commit run --all-files
53
54
- name: pip-audit (gh-action-pip-audit)
55
- uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266
+ uses: pypa/gh-action-pip-audit@v1.1.0
56
57
virtual-environment: .venv/
58
+ ignore-vulns: |
59
+ GHSA-4xh5-x5gv-qwph
0 commit comments