chore: pin deploy.yml actions to SHAs + add Renovate#244
Merged
backnotprop merged 2 commits intomainfrom Mar 8, 2026
Merged
Conversation
Pin all actions in deploy.yml to full commit SHAs to prevent tag force-push supply chain attacks. Upgrade actions/checkout from v4 to v6.0.2 to match release.yml. Add renovate.json scoped to GitHub Actions only — weekly grouped PRs with automerge, zero noise from npm dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reduces root directory clutter. Renovate supports this path natively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
deploy.ymlto full commit SHAs (matchesrelease.ymlpattern)actions/checkoutfrom v4 to v6.0.2 to align both workflowsrenovate.jsonscoped to GitHub Actions onlyWhy
deploy.ymlused floating major tags (@v4,@v2) which are vulnerable to tag force-push attacks — a compromised action tag would silently run malicious code with access to AWS and Cloudflare credentials. SHA pinning makes action references immutable.Renovate keeps pinned SHAs updated automatically: weekly grouped PR, automerged if CI passes. Scoped to GitHub Actions only — no npm dependency noise.
Changes
deploy.ymlactions/checkout@v6.0.2,oven-sh/setup-bun@v2.1.2,aws-actions/configure-aws-credentials@v4.3.1to SHAsrenovate.jsonenabledManagers: ["github-actions"], weekly schedule, grouped PRs, automergeNote
Renovate config is inert until the Renovate GitHub App is installed on the repo.
🤖 Generated with Claude Code