Skip to content

build(deps): bump codecov/codecov-action from 5 to 6#2280

Merged
norberttech merged 2 commits into1.xfrom
dependabot/github_actions/codecov/codecov-action-6
Mar 29, 2026
Merged

build(deps): bump codecov/codecov-action from 5 to 6#2280
norberttech merged 2 commits into1.xfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps codecov/codecov-action from 5 to 6 across all workflows and composite actions.


Files updated:

  • .github/workflows/job-extension-tests.yml
  • .github/workflows/job-arrow-extension.yml
  • .github/actions/codecov-report/action.yml

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.



✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 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@v5...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 Mar 29, 2026
@dependabot dependabot bot requested a review from norberttech as a code owner March 29, 2026 04:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 29, 2026
@norberttech norberttech requested a review from Copilot March 29, 2026 10:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflows to use the latest major version of Codecov’s upload action.

Changes:

  • Bump codecov/codecov-action from v5 to v6 in the extension tests workflow.
  • Bump codecov/codecov-action from v5 to v6 in the Arrow extension workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/job-extension-tests.yml Updates the Codecov upload step to use codecov/codecov-action@v6.
.github/workflows/job-arrow-extension.yml Updates the Codecov upload step to use codecov/codecov-action@v6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 52 to 55
- name: Upload to Codecov
if: ${{ !cancelled() && matrix.php-version == '8.3' }}
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

This PR updates this workflow to codecov/codecov-action@v6, but the repo still invokes codecov/codecov-action@v5 via the composite action .github/actions/codecov-report/action.yml (e.g., lines 46 and 53). Either bump that composite action too or adjust the PR title/description to reflect that only some Codecov uploads were upgraded.

Copilot uses AI. Check for mistakes.
Comment on lines 86 to 89
- name: Upload to Codecov
if: ${{ !cancelled() && matrix.php == '8.3' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

Same as in the other workflow: this switches to codecov/codecov-action@v6, but .github/actions/codecov-report/action.yml still uses codecov/codecov-action@v5. Consider upgrading the composite action as part of this bump, or narrow the PR title/description so it doesn’t imply all Codecov uploads are on v6.

Copilot uses AI. Check for mistakes.
@norberttech
Copy link
Copy Markdown
Member

@copilot is this safe to merge looking at those actions changelogs and our workflows?

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 29, 2026

@copilot is this safe to merge looking at those actions changelogs and our workflows?

Yes, it's safe to merge. The v6 upgrade (commit d4e3f51) primarily adds Node.js 24 support — GitHub-hosted runners already support it, and the action's API/inputs used here (token, directory, commit_parent) are unchanged.

I also fixed the inconsistency flagged by the reviewer: .github/actions/codecov-report/action.yml (lines 46 and 53) has now been updated from v5 to v6 as well, so all Codecov upload references in the repo are consistently on v6.

@norberttech norberttech merged commit 5390312 into 1.x Mar 29, 2026
31 of 32 checks passed
@norberttech norberttech deleted the dependabot/github_actions/codecov/codecov-action-6 branch March 29, 2026 11:00
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.19%. Comparing base (5e06e41) to head (d4e3f51).
⚠️ Report is 3 commits behind head on 1.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##              1.x    #2280       +/-   ##
===========================================
+ Coverage   12.26%   83.19%   +70.93%     
===========================================
  Files        1368     1368               
  Lines       51221    51221               
===========================================
+ Hits         6282    42614    +36332     
+ Misses      44939     8607    -36332     
Components Coverage Δ
etl 90.61% <ø> (+90.55%) ⬆️
cli 85.76% <ø> (+85.76%) ⬆️
lib-array-dot 94.82% <ø> (+94.82%) ⬆️
lib-azure-sdk 60.05% <ø> (+60.05%) ⬆️
lib-doctrine-dbal-bulk 95.16% <ø> (+95.16%) ⬆️
lib-filesystem 83.33% <ø> (+73.41%) ⬆️
lib-types 88.88% <ø> (+88.16%) ⬆️
lib-parquet 70.18% <ø> (+0.50%) ⬆️
lib-parquet-viewer 83.04% <ø> (+83.04%) ⬆️
lib-snappy 91.12% <ø> (+0.93%) ⬆️
lib-dremel 0.00% <ø> (ø)
lib-postgresql 88.15% <ø> (+88.15%) ⬆️
lib-telemetry 89.57% <ø> (+89.57%) ⬆️
bridge-filesystem-async-aws 90.97% <ø> (+90.97%) ⬆️
bridge-filesystem-azure 89.43% <ø> (+89.43%) ⬆️
bridge-monolog-http 97.45% <ø> (+97.45%) ⬆️
bridge-openapi-specification 91.50% <ø> (+91.50%) ⬆️
symfony-http-foundation 74.11% <ø> (+74.11%) ⬆️
bridge-psr18-telemetry 100.00% <ø> (+100.00%) ⬆️
bridge-psr7-telemetry 100.00% <ø> (+100.00%) ⬆️
bridge-telemetry-otlp 89.29% <ø> (+89.29%) ⬆️
bridge-symfony-http-foundation-telemetry 88.23% <ø> (+88.23%) ⬆️
bridge-symfony-telemetry-bundle 67.60% <ø> (+67.60%) ⬆️
adapter-chartjs 84.72% <ø> (+84.72%) ⬆️
adapter-csv 88.65% <ø> (+88.65%) ⬆️
adapter-doctrine 92.00% <ø> (+92.00%) ⬆️
adapter-elasticsearch 92.78% <ø> (+92.78%) ⬆️
adapter-google-sheet 99.02% <ø> (+99.02%) ⬆️
adapter-http 67.91% <ø> (+67.91%) ⬆️
adapter-json 87.61% <ø> (+87.61%) ⬆️
adapter-logger 47.36% <ø> (+47.36%) ⬆️
adapter-parquet 78.89% <ø> (+78.89%) ⬆️
adapter-text 81.25% <ø> (+81.25%) ⬆️
adapter-xml 82.07% <ø> (+82.07%) ⬆️
adapter-avro 0.00% <ø> (ø)
adapter-excel 94.02% <ø> (+94.02%) ⬆️
adapter-postgresql 0.00% <ø> (ø)
bridge-phpunit-telemetry 48.14% <ø> (+44.90%) ⬆️
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants