From 65ace409a38ad3abbd94211b7d36ab531ff5b098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 17:36:38 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v7.1.2 --- .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 beca737a599..882ec0d8a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -353,7 +353,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1 + - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 - run: uvx zizmor@${ZIZMOR_VERSION} --format=sarif . > results.sarif env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}