fix(ci): bump codecov-action v4 to v6 (supersedes PR #288) - #298
Merged
Merged
Conversation
- ci.yml: minio/minio:latest (archived Docker Hub repo) → quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z (pinned) Root cause: minio/minio Docker Hub repository archived Apr 2026. quay.io/minio/minio is the official container registry. - pnpm-workspace.yaml: add overrides for transitive deps - browserslist >=4.28.7 (CVE-2026-73088, CVE-2026-73089 HIGH) - baseline-browser-mapping >=2.11.0 (CVE-2026-45819 MEDIUM) - sharp ^0.35.4 (GHSA-rgj7-g3m4-5g8c HIGH) - js-yaml ^4.3.2 (CVE-2026-84375 HIGH) Remaining: vitest 3.x MEDIUM (CVE-2026-84373) requires major bump to 4.x — covered by PR #277. Signed-off-by: Roland Salardon <r.salardon@gmail.com>
Roddygithub
force-pushed
the
fix/codecov-action-v6-on-fixed-baseline
branch
from
September 18, 2026 15:16
42d306b to
c2eb2f5
Compare
This was referenced Sep 18, 2026
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.
Supersedes PR #288 with the baseline CI/security fix included.
This branch combines:
Changes to .github/workflows/ci.yml:
Plus pnpm-workspace.yaml security overrides and regenerated lockfile.
PR #288 can be closed once this PR merges.