chore(security): enable Renovate for GitHub Actions SHA pinning#16
Open
shivawandb wants to merge 1 commit into
Open
chore(security): enable Renovate for GitHub Actions SHA pinning#16shivawandb wants to merge 1 commit into
shivawandb wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required: enable Renovate for GitHub Actions SHA pinning
This PR is part of an AppSec-mandated rollout enabling SHA-pinned GitHub Actions across the wandb organization. All targeted repos are required to merge.
What this PR does
Adds
.github/renovate.json5extending a shared Renovate preset. Renovate runs centrally on a daily cron — no workflow file added to your repo.Why this is mandatory
GitHub Actions tags can be silently repointed by attackers. The
tj-actions/changed-filescompromise (March 2025) and theaquasecurity/trivy-actionincident (March 2026) are well-documented examples of this attack pattern. Pinning everyuses:reference to a 40-char commit SHA eliminates this attack vector.What happens after you merge
Within ~24 hours, an automated follow-up PR opens from
wandb-renovate[bot]that pins everyuses: action@<tag>reference in your workflows to a 40-char commit SHA. Version tags are preserved as trailing comments so diffs stay readable.Going forward:
Required action
wandb-renovate[bot](opens within 24 hours)wandb-renovate[bot]as they appearTechnical blockers
If you have a concrete technical blocker (e.g. workflows referencing internal-only refs that can't be SHA-pinned), reach out to
@coreweave/application-securityso we can work through it together.Created by Sourcegraph batch change
shivawandb/enable-renovate-wandb-org-public.