Commit graph

7 commits

Author SHA1 Message Date
jdx
d878aee510
ci: address zizmor findings across existing workflows
Resolves all findings exposed by the new zizmor check in PR #471
so the audit can run clean. Verified locally with zizmor v1.24.1
(0 findings, 34 suppressed).

- artipacked: add `persist-credentials: false` to every
  `actions/checkout` step that didn't already set it.
- cache-poisoning: pass `cache: false` to mise-action in
  `ci.yml` (the lint/format job doesn't need a tool cache).
- template-injection: in test.yml's checksum_failure job,
  move `steps.bad.outcome` from inline template into an
  env var consumed by the shell script.
- excessive-permissions: add minimal workflow-level
  `permissions: contents: read` blocks to ci.yml, test.yml,
  and test-redacted-env.yml; move release.yml's workflow-
  level `contents: write` down to the `release` job only,
  with `enhance-release` getting `contents: read`.

postversion.sh now runs `gh auth setup-git` before
`git push` — the checkout uses `persist-credentials: false`,
so the token isn't in .git/config and raw `git push` would
otherwise 403.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 14:55:38 -05:00
jdx
70815728fd
chore: remove duplicate release-plz logic 2025-08-18 11:57:51 -05:00
jdx
c37c93293d
fix: v2 release tag automation 2025-07-27 14:01:32 -05:00
jdx
5c24f96c0f
fix: v2 release tag automation 2025-07-27 13:40:47 -05:00
Jeff Dickey
cd1dce8b8d
fixed version script 2024-01-04 11:30:04 -06:00
Jeff Dickey
1d64270fb5
release: push changes to github 2023-12-19 10:40:33 -06:00
Jeff Dickey
0e7eb33465
updated postversion script 2023-12-14 08:49:28 -06:00