diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index be5181f9..1aa2813f 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" - name: Validate PR title diff --git a/.github/workflows/env-examples.yml b/.github/workflows/env-examples.yml index 716f89cf..fa9d2586 100644 --- a/.github/workflows/env-examples.yml +++ b/.github/workflows/env-examples.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/lint-typecheck.yml b/.github/workflows/lint-typecheck.yml index 548f15ae..8da0ff01 100644 --- a/.github/workflows/lint-typecheck.yml +++ b/.github/workflows/lint-typecheck.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 9524ceca..6e289098 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 925cadde..642edfa2 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -50,7 +50,7 @@ jobs: fi - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" @@ -94,7 +94,7 @@ jobs: ref: ${{ env.RELEASE_TAG }} - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f206cda..c4dfec70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: fi - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/requirements-sync.yml b/.github/workflows/requirements-sync.yml index 360dcffc..52eb0382 100644 --- a/.github/workflows/requirements-sync.yml +++ b/.github/workflows/requirements-sync.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c9f83285..f8276062 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,7 +28,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" - name: Run zizmor @@ -66,7 +66,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" - name: Run bandit @@ -81,7 +81,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8" - name: Run pip-audit (server) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7cb8bbdd..87dcbb54 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.8"