chore(deps): Update GitHub Actions#33
Conversation
WalkthroughFour CI workflow files are updated: CodeQL action bumped to v3.35.4, ChangesWorkflow Dependency Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
7784f9a to
d3bdce9
Compare
8828f9b to
b62fb15
Compare
There was a problem hiding this comment.
Pull request overview
Updates pinned references for GitHub Actions workflows and reusable workflows to newer versions/commits as part of a scheduled dependency refresh (no intended API changes).
Changes:
- Bump
actions/checkoutfrom v4.2.2 to v4.3.1 (pinned by commit SHA). - Update
ByronWilliamsCPA/.githubreusable workflow refs for SonarCloud and supplemental PR checks to a newer pinned commit.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/sonarcloud.yml |
Updates the pinned commit SHA for the org reusable SonarCloud workflow. |
.github/workflows/pr-validation.yml |
Updates the pinned commit SHA for the org reusable supplemental PR checks workflow. |
.github/workflows/dependency-review.yml |
Updates actions/checkout pin to v4.3.1 commit SHA. |
| jobs: | ||
| sonarcloud: | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-sonarcloud.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-sonarcloud.yml@8d4931cd477d32acb41f26b9227066d35f68f737 # main |
| # ========================================================================== | ||
| supplemental-checks: | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@8d4931cd477d32acb41f26b9227066d35f68f737 # main |
31cd4a1 to
0b017b9
Compare
0b017b9 to
58e9366
Compare
| sonarcloud: | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-sonarcloud.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-sonarcloud.yml@a4fb54a1bec59ddd5f2a498caaa942c542a0631d # main | ||
| with: |
| supplemental-checks: | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@e8fc83c98c2971ad1ece71573d28171463e30c16 # main | ||
| uses: ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@a4fb54a1bec59ddd5f2a498caaa942c542a0631d # main | ||
| with: |
d1b7fb5 to
6d35b22
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/pr-validation.yml:
- Line 32: The workflow references a reusable workflow commit SHA that doesn't
match the PR objectives; update the commit digest used in the uses line (the
string
"ByronWilliamsCPA/.github/.github/workflows/python-supplemental-checks.yml@4e0fd54428d6745b04e2316f85d585109d7db02b")
to the intended SHA (e067cdb7) or, if you intend to use the newer commit, update
the PR description/objectives to state the newer digest
(4e0fd54428d6745b04e2316f85d585109d7db02b) so both the code and PR objectives
are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 91afb571-ffbb-49c4-9f49-27e198b91c30
📒 Files selected for processing (4)
.github/workflows/codeql.yml.github/workflows/dependency-review.yml.github/workflows/pr-validation.yml.github/workflows/sonarcloud.yml
03ba703 to
1a2f1c5
Compare
358b7e9 to
78a0349
Compare
17509cb to
b948fce
Compare
b948fce to
4be4000
Compare
|
|
Closing this stale PR so Renovate can recreate it with GitHub native auto-merge attached. Context: this PR was opened by Renovate v42.92 (or earlier), which did not enable GitHub native auto-merge on PR creation. After the self-hosted Renovate cutover to v43.150.0 (homelab-infra commit No code review needed; just closing for hygiene. |



Summary
Why
Scheduled patch update, bug fixes and security patches with no API changes.
Changes
This PR contains the following updates:
e8fc83c→62bfd79v4.2.2→v4.3.1v3.35.3→v3.35.5v3.36.0v2.19.1→v2.19.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Impact
Acceptance Criteria
Testing
Notes
Release Notes
actions/checkout (actions/checkout)
v4.3.1Compare Source
v4.3.0Compare Source
github/codeql-action (github/codeql-action)
v3.35.5Compare Source
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892v3.35.4Compare Source
step-security/harden-runner (step-security/harden-runner)
v2.19.4Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4
v2.19.3Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3
v2.19.2Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.