From e7e9c5c61a3d7bdda929abe61557dbeae7f2ed74 Mon Sep 17 00:00:00 2001 From: weekly-github-steward Date: Sun, 19 Jul 2026 09:09:53 +0000 Subject: [PATCH 1/2] ci: pin actions/setup-python to v6 SHA Supersedes Renovate #4. Keeps python-version floor at 3.10; only the action pin moves, full commit SHA for mutable-tag gate. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee8063..8b81cb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 # v5 with: # Floor of requires-python = ">=3.10" (pyproject.toml) — pinning the # floor verifies the declared minimum actually parses and builds. From 180d6a34f8946319fedfa40db3ecdf3ff07fb17a Mon Sep 17 00:00:00 2001 From: weekly-github-steward Date: Sun, 19 Jul 2026 09:20:10 +0000 Subject: [PATCH 2/2] ci: drop stale # v5 annotation on setup-python pin --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b81cb3..e711273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 # v5 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: # Floor of requires-python = ">=3.10" (pyproject.toml) — pinning the # floor verifies the declared minimum actually parses and builds.