open-telemetry / opentelemetry-go

OpenTelemetry Go API and SDK
https://opentelemetry.io/docs/languages/go
Apache License 2.0
5.35k stars 1.09k forks source link

chore(deps): update codecov/codecov-action action to v5.0.4 #5989

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action patch v5.0.3 -> v5.0.4

Release Notes

codecov/codecov-action (codecov/codecov-action) ### [`v5.0.4`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v504) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.0.3...v5.0.4) ##### What's Changed - chore(deps): bump wrapper to 0.0.26 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1681](https://redirect.github.com/codecov/codecov-action/pull/1681) - fix: strip out a trailing /n from input tokens by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1679](https://redirect.github.com/codecov/codecov-action/pull/1679) - fix: add action version by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1678](https://redirect.github.com/codecov/codecov-action/pull/1678) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

dmathieu commented 1 week ago

Not fully sure there isn't a regression here, with this failing check. https://github.com/open-telemetry/opentelemetry-go/actions/runs/11927171157/job/33247874664?pr=5989

info - 2024-11-20 08:15:42,671 -- The PR is happening in a forked repo. Using tokenless upload. info - 2024-11-20 08:15:42,905 -- Process Commit creating complete debug - 2024-11-20 08:15:42,905 -- Commit creating result --- {"result": "RequestResult(error=RequestError(code='HTTP Error 400', params={}, description='{\"message\":\"Token required - not valid tokenless upload\"}\n'), warnings=[], status_code=400, text='{\"message\":\"Token required - not valid tokenless upload\"}\n')"} error - 2024-11-20 08:15:42,905 -- Commit creating failed: {"message":"Token required - not valid tokenless upload"}

MrAlias commented 1 week ago

Not fully sure there isn't a regression here, with this failing check. https://github.com/open-telemetry/opentelemetry-go/actions/runs/11927171157/job/33247874664?pr=5989

info - 2024-11-20 08:15:42,671 -- The PR is happening in a forked repo. Using tokenless upload. info - 2024-11-20 08:15:42,905 -- Process Commit creating complete debug - 2024-11-20 08:15:42,905 -- Commit creating result --- {"result": "RequestResult(error=RequestError(code='HTTP Error 400', params={}, description='{"message":"Token required - not valid tokenless upload"}\n'), warnings=[], status_code=400, text='{"message":"Token required - not valid tokenless upload"}\n')"} error - 2024-11-20 08:15:42,905 -- Commit creating failed: {"message":"Token required - not valid tokenless upload"}

Seems likely. The failure looks reproducible.

MrAlias commented 1 week ago

v5.0.5 was release 2 hours ago. I wonder if that might address the failure.