Commit 26f5c30
Fix workflow-audit SHA pin and accept tag pins in tend-*.yaml
The first security audit (issue #83) caught two real items:
1. workflow-audit.yaml used actions/checkout@v6 instead of a SHA
pin. I authored that file and should have followed the same
pattern as security-audit.yaml; SHA-pinning to v6.0.2 now,
matching the rest of this repo.
2. tend-*.yaml also use @v6-style tag pins (actions/checkout,
astral-sh/setup-uv). Those files are owned by the upstream
generator, max-sixty/tend, so local SHA-pinning would diverge
from generator output and the next nightly regen would revert.
Reflecting reality in SECURITY.md: accept tag pins inside
tend-*.yaml, require SHA pins everywhere else (including
workflow-audit.yaml and security-audit.yaml).
The audit's third finding — FAIL IF #13, "workflow-audit has not
run in 48 hours" — resolves on its own once the manual trigger
completes; no code change needed.
The UNVERIFIABLE INFO findings on rulesets/secrets remain by design
until an AUDIT_PAT with `Administration: read` is provisioned.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3df3a81 commit 26f5c30
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments