Skip to content

Bump codecov/codecov-action from 3.1.4 to 5.5.1#427

Closed
dependabot[bot] wants to merge 570 commits into
mainfrom
dependabot/github_actions/codecov/codecov-action-5.5.1
Closed

Bump codecov/codecov-action from 3.1.4 to 5.5.1#427
dependabot[bot] wants to merge 570 commits into
mainfrom
dependabot/github_actions/codecov/codecov-action-5.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

Bumps codecov/codecov-action from 3.1.4 to 5.5.1.

Release notes

Sourced from codecov/codecov-action's releases.

v5.5.1

What's Changed

New Contributors

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

v5.5.0

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.4.3...v5.5.0

v5.4.3

What's Changed

Full Changelog: codecov/codecov-action@v5.4.2...v5.4.3

v5.4.2

What's Changed

Full Changelog: codecov/codecov-action@v5.4.1...v5.4.2

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

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

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Tyler Phelan and others added 30 commits June 3, 2021 10:16
Rename module to github.com/vmware-tanzu/kpack-cli
- Needed for fixing wait logic
…essful builds

- also don't show buildpack metadata table if there are no successful
builds since the table will always be empty
fix nil pointer dereference when running kp image status with no successful builds
 - Fix #175
 - Fix #178 by correctly providing upload status with IsUploading
 - Refactor tests so that registryfakes.UtilProvider provides a correctly configured relocater/uploader
Use Relocator interface to upload local source contents
- Refactor Importer interface to read descriptor as a string instead of a reader
- Fixes #181
 - Use the same code path for TestKpack/TestK8s/TestK8sAndKpack
 - Use kpack sorters to avoid needing separate k8sObjects/kpackObjects fields
- This allows the contents of --local-source to be deterministic based on contents
- Allows the uploader test resilient to digest changes
Add support to read descriptor from stdin with a "-"
Only delete temporary tar after it has been written to registry
- add kp config canonical-repository
- add kp config canonical-service-account
Use e as shorthard for env flag in image commands
- Show configured source (image spec)
- Show latest successful and failed build git revision if git source

fix #188
Migrate kpack client to build api v1alpha2
- Use new kpack api packages
Migrate to new v1alpha2 image cache config
- enables testing of main package functions
- slims main package
- allows reuse of main package functions in docs main package which generates docs
- rework diffing logic for new import flow
tomkennedy513 and others added 19 commits December 20, 2023 13:27
…d-retry

[Issue-278] Waiter uses watchTools.UntilWithSync instead of Until to handle resource version old error
…es/sigs.k8s.io/yaml-1.4.0

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
…ctions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
…ctions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
…ctions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
…es/google.golang.org/grpc-1.57.1

Bump google.golang.org/grpc from 1.57.0 to 1.57.1
…es/github.com/docker/docker-24.0.7incompatible

Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible
Change the output of import commands to return arrays
Bump github.com/spf13/cobra from 1.7.0 to 1.8.1
Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Signed-off-by: Robert Gogolok <gogolok@gmail.com>
Provide required permissions and remove obsolete 'token' field.

Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.5.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@v3.1.4...v5.5.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.1
  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 Nov 10, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 10, 2025 03:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
@tomkennedy513 tomkennedy513 force-pushed the dependabot/github_actions/codecov/codecov-action-5.5.1 branch from 2b54c98 to edace39 Compare May 6, 2026 14:52
@dependabot @github

dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-5.5.1 branch May 6, 2026 14:52
@tomkennedy513 tomkennedy513 restored the dependabot/github_actions/codecov/codecov-action-5.5.1 branch May 6, 2026 14:54
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.