From 9e8f6141e742b572bd180461f55ebf4223723440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:49:16 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v6.2.1 --- .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 363dd9a60b8..fbc968c66ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,7 +323,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + - uses: astral-sh/setup-uv@a02a550bdd3185dba2ebb6aa98d77047ce54ad21 # v6.2.1 - run: uvx zizmor@${ZIZMOR_VERSION} --format=sarif . > results.sarif env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}