From ca4688fb295bb8966edf73d47f3b4332fa66f630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:50:11 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v6.6.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44c4714567d..b5a806c9c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,7 +352,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 + - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 - run: uvx zizmor@${ZIZMOR_VERSION} --format=sarif . > results.sarif env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}