From 1056b13acfaa1ebdab3ccfa378233c0c95f50d11 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Wed, 6 May 2026 20:08:58 +0200 Subject: [PATCH] chore: resolve `githubactions:S8541` in `pip_audit.yml` --- .github/workflows/pip_audit.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pip_audit.yml b/.github/workflows/pip_audit.yml index f5506b3..69d4855 100644 --- a/.github/workflows/pip_audit.yml +++ b/.github/workflows/pip_audit.yml @@ -28,16 +28,14 @@ jobs: with: python-version: 3.13 activate-environment: "true" + env: + UV_VENV_SEED: 1 - name: Generate requirements run: | uv export --no-hashes --no-dev --format requirements-txt --output-file requirements.txt uv export --no-hashes --format requirements-txt --output-file dev-requirements.txt - - name: Install pip - run: | - uv pip install pip - - name: Run pip-audit uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0 with: