[skip-changelog]: Combine low-risk Dependabot action updates#299
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR updates GitHub action versions pinned across CI, coverage, and packaging workflows, including ChangesCI and Build Tool Dependency Updates
🎯 2 (Simple) | ⏱️ ~8 minutes Possibly Related PRs
Suggested Labels
Suggested Reviewers
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
dannym-arx
approved these changes
May 14, 2026
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
cargo audit --ignore RUSTSEC-2026-0124wiring to local precommit and the CI audit job; currentmasterdid not already contain that ignore.Security review
taiki-e/install-actionmoves fromv2.77.1tov2.77.7, pinned to3235f8901fd37ffed0052b276cec25a362fb82e9.extractions/setup-justmoves fromv2.0.0tov4.0.0, pinned to53165ef7e734c5c07cb06b3c8e7b647c5aa16db3.rubygems/configure-rubygems-credentialsmoves fromv1.0.0tov2.0.0, pinned to762a4b77c3300434bb57c7ce80b20e36231927aa.Validation
bash scripts/check-github-actions-pinned.shactionlint .github/workflows/*.ymljust precommitThis PR combines three lower-risk Dependabot workflow updates that bump GitHub Action dependencies to newer pinned versions and adds explicit audit ignore configuration for a known advisory. The changes modernize the CI/CD infrastructure while maintaining security pin integrity across the build and packaging workflows.
What changed:
taiki-e/install-actionfrom v2.77.1 to v2.77.7 (pinned to commit 3235f8901fd37ffed0052b276cec25a362fb82e9) in thetestandauditjobs in ci.yml and the coverage job in coverage.yml.extractions/setup-justfrom v2.0.0 to v4.0.0 (pinned to commit 53165ef7e734c5c07cb06b3c8e7b647c5aa16db3) across the Swift, Python, Ruby, and Kotlin packaging jobs in package-mdk-bindings.yml.rubygems/configure-rubygems-credentialsfrom v1.0.0 to v2.0.0 (pinned to commit 762a4b77c3300434bb57c7ce80b20e36231927aa) in the Ruby publishing job in package-mdk-bindings.yml.--ignore RUSTSEC-2026-0124to the cargo audit invocations in both ci.yml and justfile.Security impact: