ci(deps): bump checkout to v6.0.3 and codecov-action to v7.0.0#52
Merged
Conversation
Pinned SHAs were already at checkout v6.0.2 and codecov v6.0.1 while the version comments read v4.2.2 and v5.5.0; correct both comments to the bumped versions across all five checkout pins and the codecov pin. - checkout de0fac2 (v6.0.2) -> df4cb1c (v6.0.3) - codecov-action e79a696 (v6.0.1) -> fb8b358 (v7.0.0)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 34 34
Lines 2555 2555
=========================================
Hits 2555 2555 🚀 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.
Supersedes #50 (Dependabot's grouped bump), which updates the same two action SHAs but leaves the version comments stale. This PR also corrects the comments.
What changed
actions/checkout:de0fac2(v6.0.2) →df4cb1c(v6.0.3) across all five pins (ci.yml ×2, deploy-demo.yml, link-check.yml, scorecard.yml).codecov/codecov-action:e79a696(v6.0.1) →fb8b358(v7.0.0) in ci.yml.# v4.2.2and# v5.5.0against SHAs that were already v6.0.2 and v6.0.1. They now match the pinned versions.Why these are safe
codecovsecurity→codecovsecops) plus removal of an internal license-compliance workflow. v6.0.2 is documented upstream as "a copy of the v7.0.0 release." The consumer interface (token,files,fail_ci_if_error) is unchanged, and this PR's own CI exercises the codecov upload step on a same-repo branch.SHA-to-tag mapping verified against the upstream git refs.
Testing
CI (lint, typecheck, test, coverage upload via codecov v7, mutation) runs on this PR and is the verification surface; the upgraded actions are exercised by the run itself.