From a3d6c8b1ca9d44cd6954eaf4236e7ecb985c1dd7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:47:14 +0000 Subject: [PATCH 1/2] Initial plan From 24b1cab3d596d4a92e011c12ac0bbba4561b6a1d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:47:58 +0000 Subject: [PATCH 2/2] fix: pin astral-sh/setup-uv to SHA f0ec1fc # v5.4.2 Co-authored-by: pmalarme <686568+pmalarme@users.noreply.github.com> --- .github/actions/setup-python-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python-env/action.yml b/.github/actions/setup-python-env/action.yml index de38929..5de3d9d 100644 --- a/.github/actions/setup-python-env/action.yml +++ b/.github/actions/setup-python-env/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Set up uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5.4.2 with: python-version: ${{ inputs.python-version }} enable-cache: true