diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 81d6433..6c156f1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e with: enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning] - id: noxenvs-matrix @@ -68,7 +68,7 @@ jobs: pypy3.11 allow-prereleases: true - - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e with: enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning] - name: Run nox diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 3012ae9..7f79063 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 - name: Run zizmor 🌈 run: uvx zizmor --format=sarif . > results.sarif