From e883da3bab8c981b31fc05d887092f786a4ba446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:31:25 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v6.8.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 22f5b37a737..b6b919128be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,7 +348,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 - run: uvx zizmor@${ZIZMOR_VERSION} --format=sarif . > results.sarif env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}