Skip to content

fix(ci): bump codecov-action v4 to v6 (supersedes PR #288) - #298

Merged
Roddygithub merged 2 commits into
mainfrom
fix/codecov-action-v6-on-fixed-baseline
Sep 18, 2026
Merged

Roddygithub merged 2 commits into
mainfrom
fix/codecov-action-v6-on-fixed-baseline

Conversation

@Roddygithub

@Roddygithub Roddygithub commented Sep 18, 2026 •

Copy link
Copy Markdown
Owner

Supersedes PR #288 with the baseline CI/security fix included.

This branch combines:

  1. PR fix(ci): repair MinIO image source + patch npm security vulns #297 baseline fix (MinIO image repair + npm security overrides)
  2. PR chore(deps): bump codecov/codecov-action from 4 to 6 #288 codecov-action bump (v4 to v6, node24 support)

Changes to .github/workflows/ci.yml:

  • minio/minio:latest to quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z
  • codecov/codecov-action@v4 to @v6 (2 occurrences)

Plus pnpm-workspace.yaml security overrides and regenerated lockfile.

PR #288 can be closed once this PR merges.

- 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>
Combines baseline CI/security fix (PR #297) with codecov-action
major version bump (PR #288). v6 introduces node24 support;
verify CODECOV_TOKEN still works after merge.

Signed-off-by: Roland Salardon <r.salardon@gmail.com>
@Roddygithub Roddygithub changed the title fix(ci): bump codecov-action v4→v6 (supersedes PR #288) fix(ci): bump codecov-action v4 to v6 (supersedes PR #288) Sep 18, 2026
@Roddygithub
Roddygithub force-pushed the fix/codecov-action-v6-on-fixed-baseline branch from 42d306b to c2eb2f5 Compare September 18, 2026 15:16
@Roddygithub
Roddygithub merged commit ba52d32 into main Sep 18, 2026
11 checks passed
@Roddygithub
Roddygithub deleted the fix/codecov-action-v6-on-fixed-baseline branch September 18, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant