chore(deps): consolidate 7 GitHub Actions version bumps - #29
chore(deps): consolidate 7 GitHub Actions version bumps#29jbdevprimary wants to merge 10 commits into
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.0.0 to 8.3.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@cec2083...11f9893) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.1.0 to 8.2.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@299e4b7...7138816) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@16a9c90...45996ed) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.5 to 5.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Warning Review limit reached
Next review available in: 23 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Summary
This PR consolidates 7 GitHub Actions dependency updates into a single batch. The workflow files are well-structured, and the version bumps appear appropriate.
Critical Issues Requiring Fix
Security Vulnerabilities (3): The .github/workflows/codeql.yml file uses mutable tag references (@v7, @v4) instead of SHA-pinned commits. This creates a supply chain security risk, as tags can be moved to point to different (potentially malicious) commits. All other workflow files in this PR correctly use SHA-pinned references with version comments for traceability.
The three actions that need SHA pinning in codeql.yml:
actions/checkout@v7→ should use SHA with# v7.0.0commentgithub/codeql-action/init@v4→ should use SHA with# v4.0.0commentgithub/codeql-action/analyze@v4→ should use SHA with# v4.0.0comment
Once these security issues are addressed with SHA-pinned references matching the pattern used throughout the rest of the PR, this will be ready to merge.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
pre-commit's trailing-whitespace hook failed on lines that predate this branch's dependabot cherry-picks (usage banner line 22, a case arm on line 74) — unrelated to the version bumps but caught by CI here since it runs on the full diff against main.
The cherry-picked codeql-action 3->4 bump (dependabot PR #22) and actions/checkout 4->7 bump (#26) both landed as mutable major-version tags (@v4, @v7) rather than SHA pins, inconsistent with every other workflow file in this repo. Real finding from an Amazon Q review on this PR (CWE-829). Pinned to the exact resolved SHAs (v7.0.0 for checkout, v4.37.3 for codeql-action — the current v4.x release; no v4.0.0 tag actually exists on that repo, dependabot's `@v4` bump targets the rolling major tag).
|
Carries forward the two version bumps from PR #29, which could not be merged directly: #16 rewrote every workflow file, so #29 conflicted across all five. Rather than resolve five conflicted files to recover two one-line changes, the bumps are reapplied on top of current main. Both SHAs were verified against their upstream tags before committing — `actions/checkout` v7.0.0 and `SonarSource/sonarqube-scan-action` v8.2.0 each resolve, and each tag points at exactly the pinned commit. That check matters here: this repository previously carried two fabricated 40-character SHAs that resolved to nothing, one of which silently broke automerge and one of which would only have failed at release time.



Summary
Consolidates 7 independently-mergeable Dependabot GitHub-Actions bumps into a single PR/CI run instead of 7 sequential rebase-merge cycles:
Each commit is cherry-picked verbatim from its original Dependabot PR (same author, same message), with 3 small merge conflicts resolved (all
.github/workflows/cd.ymland.github/workflows/ci.yml— later bumps in this batch touched lines earlier bumps had already touched).Not included: #7 (
dependabot/fetch-metadata) and #5 (tj-actions/changed-files) — both bump actions inside.github/workflows/dependabot-automerge.ymland.github/workflows/autofix.ymlrespectively, neither of which exists onmainyet (they're introduced by #16, still pending). Those two will be re-triaged once #16 lands.Test plan
actionlint .github/workflows/*.yml— cleanmake test— 9/9 bats tests passClosing #28, #26, #25, #22, #18, #15, #6 once this merges, each pointing here.