Skip to content

ci: bump zizmor-action to v0.5.6 and disable uv cache in release build

9c596da
Select commit
Loading
Failed to load commit list.
Merged

ci: add zizmor for GitHub Actions security analysis #2648

ci: bump zizmor-action to v0.5.6 and disable uv cache in release build
9c596da
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed May 20, 2026 in 9m 36s

Code review found 1 potential issue

Found 4 candidates, confirmed 1. See review comments for details.

Details

Severity Count
🔴 Important 0
🟡 Nit 1
🟣 Pre-existing 0
Severity File:Line Issue
🟡 Nit .github/workflows/claude.yml:39 Inline zizmor ignore[secrets-outside-env] in claude.yml is a no-op under the regular persona

Annotations

Check warning on line 39 in .github/workflows/claude.yml

See this annotation in the file changed.

@claude claude / Claude Code Review

Inline zizmor ignore[secrets-outside-env] in claude.yml is a no-op under the regular persona

The inline `# zizmor: ignore[secrets-outside-env]` is a no-op for the CI job this PR adds: `secrets-outside-env` only fires under zizmor's `auditor` persona, but `zizmor.yml` doesn't set a `persona:` input so `zizmor-action` runs the default `regular` persona where this audit never triggers. This means the PR description's claim that the suppression silences "the one remaining warning" is incorrect, and the discussed follow-up (creating a GitHub environment for `ANTHROPIC_API_KEY`) is not actual