mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-11 19:46:44 +03:00
ci: bump astral-sh/setup-uv to v10 (#92)
* ci: bump astral-sh/setup-uv to v10 * fix: pin astral-sh/setup-uv to v10.0.1 The action does not publish floating major-version tags (only full semver like v10.0.1, v10.0.0) — v10 does not exist as a ref.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
- uses: astral-sh/setup-uv@v10.0.1
|
||||
|
||||
- name: Run Snyk Agent Scan
|
||||
run: uvx snyk-agent-scan@latest --ci --dangerously-run-mcp-servers --skills ./skills
|
||||
|
||||
Reference in New Issue
Block a user