Skip to content

Commit a6e1bc7

Browse files
authored
Update GitHub Actions guidelines for Python projects
Added recommendation to use 'uv' ecosystem for Python projects in GitHub Actions section.
1 parent 40b70ea commit a6e1bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

claude-md-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ All scripts must start with `set -euo pipefail`. Lint: `shellcheck script.sh &&
182182

183183
### GitHub Actions
184184

185-
Pin actions to SHA hashes with version comments: `actions/checkout@<full-sha> # vX.Y.Z` (use `persist-credentials: false`). Scan workflows with `zizmor` before committing. Configure Dependabot with 7-day cooldowns and grouped updates.
185+
Pin actions to SHA hashes with version comments: `actions/checkout@<full-sha> # vX.Y.Z` (use `persist-credentials: false`). Scan workflows with `zizmor` before committing. Configure Dependabot with 7-day cooldowns and grouped updates. Use `uv` ecosystem (not `pip`) for Python projects so Dependabot updates `uv.lock`.
186186

187187
## Workflow
188188

0 commit comments

Comments
 (0)