Skip to content

Commit 41bcf23

Browse files
aksOpsclaude
andcommitted
chore(ci): pin astral-sh/setup-uv to v6.7.0
Closes the CodeQL "Unpinned 3rd party Action" warning carried over from PR #5. Mirrors the pinning convention the other actions in this workflow already use (actions/checkout@v6.0.2, actions/setup-python@v6.2.0). v6.7.0 is the last v6.x release before v7 retired some flags this workflow relies on; staying on the v6 line matches what CI was implicitly resolving via @v6. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9018371 commit 41bcf23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.11"
2424

2525
- name: Set up uv
26-
uses: astral-sh/setup-uv@v6
26+
uses: astral-sh/setup-uv@v6.7.0
2727
with:
2828
# Pin uv version for reproducible CI; bump deliberately when bumping locally.
2929
version: "0.11.7"

0 commit comments

Comments
 (0)