From b2bd0a796787e23ffa801ba70776c17403d360c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:17:56 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v6.3.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 c125822dbc3..bb1adac91ae 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@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0 + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 - run: uvx zizmor@${ZIZMOR_VERSION} --format=sarif . > results.sarif env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}