Skip to content

chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1#39

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6.0.1
Closed

chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps codecov/codecov-action from 6.0.0 to 6.0.1.

Release notes

Sourced from codecov/codecov-action's releases.

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@57e3a13...e79a696)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 18, 2026

Greptile Summary

This PR bumps codecov/codecov-action from v6.0.0 to v6.0.1 by updating the pinned commit SHA in the CI workflow. The patch release fixes a template-injection vulnerability in run: steps (VULN-1652).

  • Updated SHA from 57e3a136... (v6.0.0) to e79a6962... (v6.0.1) in .github/workflows/ci.yml.
  • The version comment remains # v6; updating it to # v6.0.1 would improve traceability, but this is cosmetic.

Confidence Score: 5/5

Safe to merge — single-line SHA bump picking up a security fix with no logic changes.

The only change is updating the pinned SHA for a CI upload action to a patch release that fixes a template-injection vulnerability. The rest of the workflow is unchanged, the token and file inputs are identical, and the action's public changelog confirms no breaking changes.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps the pinned SHA for codecov/codecov-action from v6.0.0 to v6.0.1 to pick up a template-injection security fix (VULN-1652).

Sequence Diagram

sequenceDiagram
    participant CI as GitHub Actions CI
    participant Codecov as codecov/codecov-action@e79a696 (v6.0.1)
    participant Server as Codecov Server

    CI->>CI: cargo llvm-cov → lcov.info
    CI->>Codecov: Upload lcov.info + CODECOV_TOKEN
    Codecov->>Server: POST coverage report
    Server-->>Codecov: 200 OK
    Codecov-->>CI: Upload complete
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump codecov/codecov-action..." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 8, 2026

Superseded by #43.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-6.0.1 branch June 8, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants