diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index afd8d14..a75dbb3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,10 +20,5 @@ jobs: with: python-version: "3.x" - uses: tox-dev/action-pre-commit-uv@v1 - - name: Install dependencies - run: | - python -m pip install --upgrade pip wheel - python -m pip install --upgrade safety - python -m pip install --editable . # Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours - - run: safety check --ignore 70612 + - run: uvx safety check --ignore 70612