ci: kit refresh (cache, pins, concurrency) - #3
Merged
Merged
Conversation
Re-apply veton-handbook kit 93549ad (Phase 7 "Everywhere"): - gitleaks tarball cached via actions/cache (key = version + sha256), 3x retry on a miss, sha256 verified on EVERY run (cache hit or miss) - every action pinned to a full commit SHA with a # vX.Y.Z comment - permissions: contents: read, concurrency ci-<workflow>-<ref>, timeout-minutes 20 - .claude/hooks/guard.sh, .githooks/pre-commit, .gitleaks.toml refreshed to the kit copies (guard.sh: release-tag push rule; gitleaks: sshpass placeholder allowlist) Repo-specific steps preserved unchanged (see the PR body). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0161NYdEAK1p8DYcnwnnmJdd
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-apply the veton-handbook kit at 93549ad (Phase 7 "Everywhere") to
.github/workflows/ci.yml:actions/cache(keygitleaks-<version>-<sha256>), 3x curl retry on a miss, sha256 verified on every run# vX.Y.Zcomment): checkout v4.4.0, cache v4.3.0, setup-node v4.4.0 / setup-python v5.6.0 / setup-go v5.6.0 where usedpermissions: contents: read, concurrencyci-${{ github.workflow }}-${{ github.ref }}(cancel-in-progress),timeout-minutes: 20.claude/hooks/guard.sh(release-tag push rule),.githooks/pre-commit,.gitleaks.toml(sshpass placeholder allowlist) refreshed to the kit copies;.gitleaksignoreuntouchedRepo-specific steps preserved: Python 3.13, cache-dependency-path requirements_test.txt, pytest via the kit ladder (requirements_test.txt matches requirements*.txt); ruff not listed so lint prints a ::warning:: SKIPPED; validate.yml (hassfest + HACS) untouched
YAML parsed + actionlint 1.7.12 clean locally.
🤖 Generated with Claude Code
https://claude.ai/code/session_0161NYdEAK1p8DYcnwnnmJdd