S3UTILS-231 Update GitHub Actions to Node 24 runtime#384
S3UTILS-231 Update GitHub Actions to Node 24 runtime#384JBWatenbergScality wants to merge 2 commits intodevelopment/1from
Conversation
Hello jbwatenbergscality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
| @@ -23,7 +23,7 @@ jobs: | |||
| uses: docker/setup-qemu-action@v3 | |||
There was a problem hiding this comment.
docker/setup-qemu-action@v3 was not updated, but v4 is available. This appears to be an oversight since all other docker/* actions in this file were bumped.
| uses: docker/setup-qemu-action@v3 | |
| uses: docker/setup-qemu-action@v4 |
— Claude Code
| @@ -17,9 +17,9 @@ jobs: | |||
| uses: actions/checkout@v5 | |||
There was a problem hiding this comment.
actions/checkout@v5 was not updated, but v6 is available. This applies to all four workflow files (build.yml, codeql.yaml, test.yml x2).
| uses: actions/checkout@v5 | |
| uses: actions/checkout@v6 |
— Claude Code
Review by Claude Code |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development/1 #384 +/- ##
==============================================
Coverage 44.12% 44.12%
==============================================
Files 88 88
Lines 6448 6448
Branches 1348 1348
==============================================
Hits 2845 2845
Misses 3555 3555
Partials 48 48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- actions/checkout: v5 → v6 (build, test, codeql, dependency-review, alerts) - docker/setup-qemu-action: v3 → v4 (build) Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
|
LGTM |
Summary
Ticket
S3UTILS-231
Test plan