From 4b3ff02d4906ec3424e08843c91ba01a49035e58 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 24 Dec 2025 11:06:49 +0100 Subject: [PATCH] chore: Add pip-audit action --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf4384a1c..510efe64f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: uv pip install -e ft_client/ uv pip install -e . + - uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0 + - name: Check for version alignment run: | python build_helpers/freqtrade_client_version_align.py @@ -87,12 +89,12 @@ jobs: rm -rf codecov codecov.SHA256SUM codecov.SHA256SUM.sig - name: Run json schema extract - # This should be kept before the repository check to ensure that the schema is up-to-date + # This must be kept before the repository check to ensure that the schema is up-to-date run: | python build_helpers/extract_config_json_schema.py - name: Run command docs partials extract - # This should be kept before the repository check to ensure that the docs are up-to-date + # This must be kept before the repository check to ensure that the docs are up-to-date if: ${{ (matrix.python-version == '3.13') }} run: | python build_helpers/create_command_partials.py