From b4720efdef846ed7325a520d6078f1fa723a260d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:59:53 +0000 Subject: [PATCH] chore: bump astral-sh/setup-uv from 8.1.0 to 8.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-pr-title.yml | 2 +- .github/workflows/env-examples.yml | 2 +- .github/workflows/lint-typecheck.yml | 2 +- .github/workflows/package-build.yml | 2 +- .github/workflows/release-images.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/requirements-sync.yml | 2 +- .github/workflows/security.yml | 6 +++--- .github/workflows/unit-tests.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) 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"