Skip to content

Bump codecov/codecov-action from 4 to 7 - #118

Merged
asmello merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7
Jul 26, 2026
Merged

Bump codecov/codecov-action from 4 to 7#118
asmello merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps codecov/codecov-action from 4 to 7.

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.5

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 8, 2026
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
@asmello

asmello commented Jul 26, 2026

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/github_actions/codecov/codecov-action-7 branch from 54bdda9 to 73ede97 Compare July 26, 2026 09:17
@asmello
asmello merged commit d7f0498 into main Jul 26, 2026
19 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-7 branch July 26, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant