chore(renovate): add pinDigests for GitHub Actions SHA pinning #105
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 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:
This is a security improvement that pins GitHub Actions to full commit SHAs, preventing supply-chain attacks via action tag hijacking. CI passes. No regressions.
QA Review: Approved
Verified:
This is a security improvement that pins GitHub Actions to full commit SHAs, preventing supply-chain attacks via action tag hijacking. CI passes. 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 automatic GitHub Actions SHA pinning. This is a supply-chain security best practice.CI passes (all checks SUCCESS). No code changes, no tests needed for config files.
LGTM. Trivial config-only change. CI passes. No tests needed for JSON config changes. Approving.
QA Review: PR #105 ✓
Change: Adds
pinDigests: truetorenovate.jsonto enable SHA pinning for Docker images and GitHub Actions.Verification:
This is a standard Renovate configuration improvement for better security. No regressions possible.
Recommendation: Approve