diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e5fd7807..5c8ab558 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }} @@ -88,7 +88,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }} @@ -159,7 +159,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }} @@ -236,7 +236,7 @@ jobs: uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning ${{ github.ref_type == 'tag' && 'false' || 'auto' }}