Conversation
Bump actions/checkout, actions/cache, codecov/codecov-action, and actions/stale to their latest major versions (all now on Node 24, or composite for codecov-action), and refresh the docker/* action SHA pins in build-ci-image.yaml to their latest tags. Removes the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION workaround from unit-tests.yaml and integration-tests.yaml, which is no longer needed. Verified each action's current release and Node runtime via the GitHub API and each action.yml's `using:` field. Validated YAML syntax of all edited workflow files. Generated-by: Claude Code (claude-sonnet-5)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #562 +/- ##
============================================
+ Coverage 68.68% 73.53% +4.84%
- Complexity 1218 1305 +87
============================================
Files 106 106
Lines 6815 6881 +66
Branches 836 858 +22
============================================
+ Hits 4681 5060 +379
+ Misses 1666 1323 -343
- Partials 468 498 +30 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What changes were proposed in this pull request?
Bump actions/checkout, actions/cache, codecov/codecov-action, and actions/stale to their latest major versions (all now on Node 24, or composite for codecov-action), and refresh the docker/* action SHA pins in build-ci-image.yaml to their latest tags. Removes the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION workaround from unit-tests.yaml and integration-tests.yaml, which is no longer needed.
How was this patch tested?
Verified each action's current release and Node runtime via the GitHub API and each action.yml's
using:field. Validated YAML syntax of all edited workflow files.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-sonnet-5)