Skip to content

ci: bump codecov/codecov-action from 5.5.2 to 5.5.3#22

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/codecov/codecov-action-5.5.3
Open

ci: bump codecov/codecov-action from 5.5.2 to 5.5.3#22
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/codecov/codecov-action-5.5.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps codecov/codecov-action from 5.5.2 to 5.5.3.

Release notes

Sourced from codecov/codecov-action's releases.

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

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 5.5.2 to 5.5.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...1af5884)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.3
  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 Mar 25, 2026

Labels

The following labels could not be found: dependencies, github-actions. 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 Mar 25, 2026

Greptile Summary

This PR is a routine Dependabot bump of codecov/codecov-action from v5.5.2 to v5.5.3 in the CI workflow. The change updates the pinned commit SHA from 671740ac38dd9b0130fbe1cec585b89eea48d3de to 1af58845a975a7985b0beb0cbe6fbbb71a41dbad, maintaining the security best practice of referencing actions by full commit hash.

  • The only change is the SHA + version comment on the uses: line for the "Upload coverage" step
  • v5.5.3 includes a transitive bump of actions/github-script from 7.0.1 to 8.0.0 inside the action itself — no user-facing API changes expected
  • No other workflow steps, inputs, or configuration are modified

Confidence Score: 5/5

  • This PR is safe to merge — it is a minimal, well-scoped patch version bump with no logic changes.
  • Single-line change updating a pinned SHA for a patch release of a trusted, widely-used GitHub Action. The action continues to be referenced by a full commit SHA (supply-chain security best practice is preserved). No CI logic, inputs, or other steps are affected.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Minor version bump of codecov/codecov-action from v5.5.2 to v5.5.3 with updated pinned commit SHA.

Sequence Diagram

sequenceDiagram
    participant CI as GitHub Actions CI
    participant Tests as Go Test Runner
    participant Codecov as codecov/codecov-action@v5.5.3

    CI->>Tests: Run tests with coverage
    Tests-->>CI: coverage.out
    CI->>CI: Check coverage threshold
    CI->>Codecov: Upload coverage report
    Codecov-->>CI: Upload confirmed
Loading

Reviews (1): Last reviewed commit: "ci: bump codecov/codecov-action from 5.5..." | Re-trigger Greptile

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