Skip to content

chore(deps): bump codecov/codecov-action from 4 to 6#40

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps codecov/codecov-action from 4 to 6.

Release notes

Sourced from codecov/codecov-action's releases.

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.4

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

What's Changed

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

v5.5.3

What's Changed

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

v5.5.2

What's Changed

New Contributors

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

v5.5.1

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

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)

Summary by CodeRabbit

  • Chores
    • Updated CI/CD tooling dependencies.

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6.
- [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...v6)

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

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 4, 2026
@dependabot dependabot Bot requested a review from a team June 4, 2026 09:23
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 4, 2026
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Jun 4, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This pull request upgrades the Codecov GitHub Actions workflow step from version 4 to version 6, updating the action invoked during the "Upload coverage reports to Codecov" stage in the test workflow.

Changes

Codecov Action Version Upgrade

Layer / File(s) Summary
Codecov action version upgrade
.github/workflows/test.yml
The codecov/codecov-action step is upgraded from v4 to v6 in the CI workflow.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • hiranyasemindi
  • iamvirul

Poem

🐰 A hop from v4 to v6 so bright,
Coverage reports now fly in flight,
One line changed, but oh what cheer,
The Codecov rabbit's upgrade is here! 📊✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the codecov/codecov-action dependency from version 4 to version 6 in the GitHub Actions workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/codecov/codecov-action-6

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/test.yml:
- Line 37: Update the GitHub Actions step that references the Codecov action
(the uses line currently set to codecov/codecov-action@v6) to pin it to the
immutable commit SHA by replacing the tag with
codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354; ensure the uses
entry exactly matches that SHA to prevent CI supply-chain drift.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ba604bfb-1ec1-4852-a1a3-8f797e8243c7

📥 Commits

Reviewing files that changed from the base of the PR and between 1fee58b and a540854.

📒 Files selected for processing (1)
  • .github/workflows/test.yml


- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Read-only verification: resolve current commit behind codecov/codecov-action v6 tag
gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


🏁 Script executed:

gh api repos/codecov/codecov-action/git/ref/tags/v6 | jq -r '.object.sha'

Repository: OpenDevFlow/md-latex

Length of output: 105


Pin Codecov action to an immutable commit SHA
.github/workflows/test.yml Line 37 uses the mutable tag codecov/codecov-action@v6; pin it to codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 to prevent CI supply-chain drift.

🔒 Suggested change
-      uses: codecov/codecov-action@v6
+      uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
🧰 Tools
🪛 zizmor (1.25.2)

[error] 37-37: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)

(unpinned-uses)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/test.yml at line 37, Update the GitHub Actions step that
references the Codecov action (the uses line currently set to
codecov/codecov-action@v6) to pin it to the immutable commit SHA by replacing
the tag with codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354;
ensure the uses entry exactly matches that SHA to prevent CI supply-chain drift.

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