Bump codecov/codecov-action from 4 to 7 - #118
Merged
Merged
Conversation
asmello
added a commit
that referenced
this pull request
Jul 26, 2026
Two checks (`semver` and `ubuntu / stable / coverage`) have been failing on every PR, including the Dependabot Action bumps (#118, #119), for reasons unrelated to those PRs: - semver: `main` is still versioned 0.7.1 (the last published release) but has accumulated breaking changes since that tag — the `Diagnose` trait was sealed (#107) and methods were removed from `InvalidCharacterError` (#108). `cargo-semver-checks` correctly demands a version bump. Bump to 0.8.0 (a minor bump, which permits breaking changes for a 0.x crate) and roll the CHANGELOG's Unreleased section into a 0.8.0 entry. - coverage: `CODECOV_TOKEN` is not available to Dependabot or fork PRs (secrets are withheld from untrusted contexts), so codecov can't create a commit on the protected branch and the upload errors out. Make `fail_ci_if_error` conditional so the error is only fatal for trusted PRs and pushes to main, where the token is present. Claude-Session: https://claude.ai/code/session_01XGvHsB4a2dxDVUQDGBScnW
Collaborator
|
@dependabot rebase |
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/codecov/codecov-action-7
branch
from
July 26, 2026 09:17
54bdda9 to
73ede97
Compare
dependabot
Bot
deleted the
dependabot/github_actions/codecov/codecov-action-7
branch
July 26, 2026 09:20
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.
Bumps codecov/codecov-action from 4 to 7.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
fb8b358chore(release): 7.0.0 (#1957)ca0a928ci: remove Enforce License Compliance workflow (#1950)e79a696chore(release): 6.0.1 (#1949)51e6422fix: prevent template injection in run: steps (VULN-1652) (#1947)57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...75cd116chore(release): 5.5.4 (#1927)87d39f4Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)1af5884chore(release): bump to 5.5.3 (#1922)c143300build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)