Skip to content

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

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

chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1#282
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 25, 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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 25, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 25, 2026

Greptile Summary

This PR bumps codecov/codecov-action from v6.0.0 to v6.0.1 in the CI workflow. The patch release contains a security fix for template injection in run: steps (VULN-1652).

  • The action reference remains SHA-pinned (e79a6962e0d4c0c17b229090214935d2e33f8354), which is the correct security practice for third-party GitHub Actions.
  • No functional changes to the workflow beyond the version bump; all inputs (token, files) remain unchanged.

Confidence Score: 5/5

Safe to merge — this is a one-line dependency bump with a SHA-pinned reference and no workflow logic changes.

The change is minimal: one line updated to a newer, SHA-pinned version of the Codecov action. The new version ships a security patch (template injection fix) with no breaking changes. The rest of the workflow is untouched.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Single-line bump of codecov/codecov-action from v6.0.0 to v6.0.1 (SHA-pinned); includes a security fix for template injection in run steps (VULN-1652).

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions CI
    participant Test as go test
    participant Codecov as codecov/codecov-action@v6.0.1

    GH->>Test: Run tests with coverage profile
    Test-->>GH: coverage.txt
    GH->>Codecov: Upload coverage (token + files)
    Note over Codecov: v6.0.1 includes VULN-1652 fix<br/>(template injection prevention)
    Codecov-->>GH: Coverage report posted
Loading

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

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.

0 participants