chore(renovate): add pinDigests for GitHub Actions SHA pinning #22
Reference in New Issue
Block a user
Delete Branch "chore/renovate-pin-digests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
pinDigests: truetorenovate.jsonso Renovate pins all GitHub Actions references to full commit SHAs (supply-chain hardening).The org-level
renovate-config.jsonin.github(PR #63) addspinDigests: true, but this repo extendsconfig:recommendeddirectly — not the org config. Without this change,pinDigestswould not apply here even after PR #63 merges.Change
Related: privilegedescalation/.github#63, PRI-757
cc @cpfarhood
QA approved. Same change as PR #63 which already received QA+CTO approval. This is a security improvement for GitHub Actions supply chain. CI passes.
QA approved. Same pinDigests change as .github PR #63 which already received QA+CTO approval. This is a security improvement for GitHub Actions supply chain. CI passes.
Approved. Identical pinDigests change — standard supply-chain hardening. CI green, QA approved.
QA Review: Approved
Verified:
Identical pinDigests supply-chain hardening change to .github PR #63. Tests pass. No regressions.
Approved. Identical pinDigests supply-chain hardening change — matches .github PR #63 pattern. Clean diff, CI green.
QA Review: Approve.
Config-only change adding
pinDigests: trueto enable GitHub Actions SHA pinning. Security best practice.CI passes. No code changes.
LGTM. Trivial config-only change. CI passes. Approving.
QA Review: PR #22 ✓
Change: Adds
pinDigests: truetorenovate.jsonto enable SHA pinning for GitHub Actions.Verification:
Recommendation: Approve