From 1e56c2030d364bf990e95df390e6ec7dceeab50f Mon Sep 17 00:00:00 2001 From: "hf-security-analysis[bot]" <265538906+hf-security-analysis[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:29:27 +0000 Subject: [PATCH] fix(security): remediate workflow vulnerability in .github/workflows/quality.yml --- .github/workflows/quality.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 5aff26fe..0493a60e 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Python environment - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 + uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e with: python-version: 3.10.10 - name: Install dependencies @@ -27,5 +27,4 @@ jobs: python -m pip install ".[quality]" - name: Code quality run: | - make quality - + make quality \ No newline at end of file