chore(security): enable Renovate for GitHub Actions SHA pinning#15
Closed
shivawandb wants to merge 1 commit into
Closed
chore(security): enable Renovate for GitHub Actions SHA pinning#15shivawandb 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 across every wandb repo with
GitHub Actions workflows. All targeted repos are required to merge.
Tracking: APPSEC-2175.
Full architecture + ops details:
W&B Renovate GitHub Actions doc.
What this PR does
Adds
.github/renovate.json5extending the shared wandb Renovate preset.Renovate runs centrally from
wandb/renovate-configon adaily cron — no workflow file added to your repo.
Why this is mandatory
GitHub Actions tags can be silently repointed by attackers. CoreWeave was
hit twice in the past year —
aquasecurity/trivy-action(March 2026)and
tj-actions/changed-files(March 2025). Pinning everyuses:to a40-char commit SHA eliminates this attack vector. AppSec is enforcing
this org-wide.
What happens after you merge
Within ~24 hours, Renovate opens a follow-up PR pinning every
uses: 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-securityin#application-securityso we canwork through it together.
Created by Sourcegraph batch change
shivawandb/enable-renovate-wandb-org.