Pin GitHub Actions to commit SHAs - #218
Open
github-security-bot wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
All SHAs resolve to the documented tags, and the Dependabot configuration is valid.
Pull request overview
Pins GitHub Actions dependencies to immutable SHAs and configures automated updates.
Changes:
- Pins eight action references to verified release commits.
- Adds weekly Dependabot updates with a seven-day cooldown.
File summaries
| File | Description |
|---|---|
.github/workflows/co-op-translator.yml |
Pins four workflow actions. |
.github/workflows/sync-content-engine.yml |
Pins four workflow actions. |
.github/dependabot.yml |
Adds GitHub Actions update configuration. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Pins GitHub Actions
uses:references ingithub/copilot-cli-for-beginnersto immutable commit SHAs.Summary
Why
Pinning actions to full commit SHAs prevents future tag or branch retargeting from changing workflow behavior without review.
Reviewer notes
Pinned refs
.github/workflows/co-op-translator.yml:46actions/checkout@v7actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1tag.github/workflows/co-op-translator.yml:51actions/setup-python@v6actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1tag.github/workflows/co-op-translator.yml:104actions/upload-artifact@v7actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0atag.github/workflows/co-op-translator.yml:111peter-evans/create-pull-request@v8peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1tag.github/workflows/sync-content-engine.yml:24actions/checkout@v4actions/checkout@11d5960a326750d5838078e36cf38b85af677262tag.github/workflows/sync-content-engine.yml:29actions/checkout@v4actions/checkout@11d5960a326750d5838078e36cf38b85af677262tag.github/workflows/sync-content-engine.yml:36actions/setup-node@v4actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020tag.github/workflows/sync-content-engine.yml:47peter-evans/create-pull-request@v7peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676tagDependabot
github-actionsentry (weekly updates, 7-day cooldown) to the existing Dependabot configuration.Generated by pinner 0.1.0.