Skip to content

ci: pin third-party actions to SHAs, persist-credentials: false, seed zizmor.yml - #7

Merged
twistedmelonman merged 1 commit into
mainfrom
claude/ci-zizmor-019HDRKL
Sep 9, 2026
Merged

ci: pin third-party actions to SHAs, persist-credentials: false, seed zizmor.yml#7
twistedmelonman merged 1 commit into
mainfrom
claude/ci-zizmor-019HDRKL

Conversation

@twistedmelonman

Copy link
Copy Markdown
Member

Wave 2 (zizmor) remediation for smartwatermelon/dumbify.

  • Pins actions/checkout to v7.0.1 and actions/setup-python to v7.0.0 in validate.yml (unpinned-uses).
  • Adds persist-credentials: false to the checkout step (artipacked). The validate job only runs a Python script; it does not push, commit, or tag.
  • Seeds zizmor.yml verbatim from github-workflows.

dependabot.yml already covers github-actions. zizmor and actionlint are clean locally; shellcheck findings remain and are wave 3.

https://claude.ai/code/session_019HDRKLQNv82SEBd4zGpcXf

… zizmor.yml

Clears zizmor's unpinned-uses and artipacked findings on validate.yml.

Pins:
- actions/checkout: v7.0.1 (3d3c42e5aac5ba805825da76410c181273ba90b1)
- actions/setup-python: v7.0.0 (5fda3b95a4ea91299a34e894583c3862153e4b97)

Adds persist-credentials: false to the checkout step. The validate job only
runs a Python script; it does not push, commit, or tag, so nothing consumes
the persisted credential.

Seeds zizmor.yml verbatim from github-workflows so local and CI runs
resolve the same config. dependabot.yml already covers github-actions.

shellcheck findings remain and are out of scope for this wave.

Claude-Session: https://claude.ai/code/session_019HDRKLQNv82SEBd4zGpcXf
@twistedmelonman
twistedmelonman merged commit d56950c into main Sep 9, 2026
4 of 5 checks passed
@twistedmelonman
twistedmelonman deleted the claude/ci-zizmor-019HDRKL branch September 9, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant