Fix Codecov CI failures on Dependabot PRs#48
Merged
w8r merged 2 commits intodependabot/npm_and_yarn/rollup-4.59.0from Mar 1, 2026
Merged
Fix Codecov CI failures on Dependabot PRs#48w8r merged 2 commits intodependabot/npm_and_yarn/rollup-4.59.0from
w8r merged 2 commits intodependabot/npm_and_yarn/rollup-4.59.0from
Conversation
…R CI failures Co-authored-by: w8r <26884+w8r@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update rollup from 4.54.0 to 4.59.0
Fix Codecov CI failures on Dependabot PRs
Mar 1, 2026
w8r
added a commit
that referenced
this pull request
Mar 1, 2026
* Bump rollup from 4.54.0 to 4.59.0 Bumps [rollup](https://github.com/rollup/rollup) from 4.54.0 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.54.0...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Codecov CI failures on Dependabot PRs (#48) * Initial plan * Fix: upgrade codecov/codecov-action from v4 to v5 to fix Dependabot PR CI failures Co-authored-by: w8r <26884+w8r@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: w8r <26884+w8r@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: w8r <26884+w8r@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub restricts secrets access for Dependabot PRs, causing
codecov/codecov-action@v4to fail with"Token required because branch is protected"— breaking CI on every dependency bump.Changes
.github/workflows/nodejs.yml: Upgradecodecov/codecov-actionfromv4→v5, which supports tokenless uploads for public repositories🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.