Skip to content

Bump codecov/codecov-action from 6 to 7 in the all-dependencies group#172

Merged
KedoKudo merged 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-484570b1b1
Jun 9, 2026
Merged

Bump codecov/codecov-action from 6 to 7 in the all-dependencies group#172
KedoKudo merged 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-484570b1b1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 1 update: codecov/codecov-action.

Updates codecov/codecov-action from 6 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

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 6 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@v6...v7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@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
@KedoKudo KedoKudo merged commit 02b7576 into main Jun 9, 2026
7 checks passed
@KedoKudo KedoKudo deleted the dependabot/github_actions/all-dependencies-484570b1b1 branch June 9, 2026 19:56
KedoKudo added a commit that referenced this pull request Jun 16, 2026
…udit) (#175)

* ci: emit coverage.xml so the codecov upload succeeds

pytest's addopts only produced --cov-report=term-missing, so no coverage file
was written to disk. codecov-action (now v7, #172) hard-fails with "No coverage
reports found" when there is no report to upload — turning a passing test run
into a red CI job (surfaced on the pre-commit autoupdate PR #174, but it
affects every run).

Add --cov-report=xml so coverage.xml is generated for the upload. As the
template repo, this propagates the fix to every generated project.

Assisted-With: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(deps): bump cryptography floor to >=48.0.1 (clears pip-audit)

pip-audit (the `audit-deps` CI step) flagged cryptography 48.0.0
(GHSA-537c-gmf6-5ccf, fixed in 48.0.1). The floor was >=46.0.7, so the lock
resolved to the vulnerable 48.0.0. Raise the floor to >=48.0.1; the re-solve
picks up conda-forge's 49.0.0. As the template, this propagates to generated
repos.

Assisted-With: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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