8000 ci(dependabot): update cff-validator and codecov upload by dependabot[bot] · Pull Request #7572 · napari/napari · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ci(dependabot): update cff-validator and codecov upload #7572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the actions group with 2 updates: dieghernan/cff-validator and codecov/codecov-action.

Updates dieghernan/cff-validator from 3 to 4

Release notes

Sourced from dieghernan/cff-validator's releases.

v4

Note that v4 is a sliding tag, and we introduce non-breaking changes to it.

Breaking change: The action now uses a Docker container, and would require to be run on Linux (os: ubuntu-*). MacOS and Windows actions would need to switch to ubuntu-*.

What's Changed

Full Changelog: dieghernan/cff-validator@v3...v4

What's Changed

Full Changelog: dieghernan/cff-validator@v3...v4

Changelog

Sourced from dieghernan/cff-validator's changelog.

v4

Note that v4 is a sliding tag, and we introduce non-breaking changes to it.

Breaking change: The action now uses a Docker container, and would require to be run on a Linux virtual machine (os: ubuntu-*). MacOS and Windows actions would need to switch to ubuntu-*.

Commits

Updates codecov/codecov-action from 4 to 5

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.0

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING] The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the maintenance PR with maintance changes, label Feb 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 19:47
@willingc
Copy link
Collaborator

Note: v4 breaking change when reviewing the update to dieghernan/cff-validator impacting macos and windows.

@willingc willingc added the needs:core-review Needs core dev review label Feb 17, 2025
@Czaki
Copy link
Collaborator
Czaki commented Feb 17, 2025

@dependabot rebase

Copy link
Contributor Author
dependabot bot commented on behalf of github Feb 17, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Czaki
Copy link
Collaborator
Czaki commented Feb 17, 2025

@dependabot recreate

Bumps the actions group with 2 updates: [dieghernan/cff-validator](https://github.com/dieghernan/cff-validator) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `dieghernan/cff-validator` from 3 to 4
- [Release notes](https://github.com/dieghernan/cff-validator/releases)
- [Changelog](https://github.com/dieghernan/cff-validator/blob/main/CHANGELOG.md)
- [Commits](dieghernan/cff-validator@v3...v4)

Updates `codecov/codecov-action` from 4 to 5
- [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...v5)

---
updated-dependencies:
- dependency-name: dieghernan/cff-validator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-827fe0cc20 branch from afc6783 to 6997665 Compare February 17, 2025 18:34
Copy link
codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.93%. Comparing base (6380901) to head (76541a6).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7572      +/-   ##
==========================================
+ Coverage   92.87%   92.93%   +0.05%     
==========================================
  Files         629      629              
  Lines       58900    58971      +71     
==========================================
+ Hits        54706    54803      +97     
+ Misses       4194     4168      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Czaki Czaki added this to the 0.6.0 milestone Feb 19, 2025
@Czaki Czaki added ready to merge Last chance for comments! Will be merged in ~24h and removed needs:core-review Needs core dev review labels Feb 19, 2025
@jni jni changed the title ci(dependabot): bump the actions group with 2 updates ci(dependabot): update cff-validator and codecov upload Feb 20, 2025
@jni jni merged commit 343c081 into main Feb 20, 2025
63 checks passed
@jni jni deleted the dependabot/github_actions/actions-827fe0cc20 branch February 20, 2025 01:58
@github-actions github-actions bot removed the ready to merge Last chance for comments! Will be merged in ~24h label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0