Skip to content

[DX-1107] Sync fork with upstream shivammathur 2.37.2 - #9

Closed
rokas-reizgys-tg wants to merge 333 commits into
mainfrom
DX-1107-node24-actions
Closed

[DX-1107] Sync fork with upstream shivammathur 2.37.2#9
rokas-reizgys-tg wants to merge 333 commits into
mainfrom
DX-1107-node24-actions

Conversation

@rokas-reizgys-tg

@rokas-reizgys-tg rokas-reizgys-tg commented Aug 27, 2026

Copy link
Copy Markdown

Task DX-1107

Problem

The fork is pinned at 2.30.4, which declares node20. Node 20 leaves GitHub-hosted runners on 2026-09-16. 25 repos use this action and none can move until a node24 tag exists here.

Solution

Merged upstream tag 2.37.2, which declares node24. The tree now equals upstream 2.37.2 byte for byte, except CODEOWNERS.

Merged the tag, not upstream main, because main sits 29 unreleased commits after it, including a TypeScript 7 migration.

The fork carried no functional patch. Its 10 commits ahead were CODEOWNERS plus five Dependabot lockfile bumps that upstream superseded.

Testing

Main workflow: 65 jobs, all pass. Node workflow: red on npm audit only.

That failure is inherited, not introduced. package-lock.json is identical to upstream 2.37.2. All three advisories are transitive dev-only, so npm audit --omit=dev reports 0 and nothing reaches the bundle consumers run. Upstream fixed the audit after tagging, via an overrides block among those 29 unreleased commits.

shivammathur and others added 30 commits February 6, 2025 02:33
PHP 8.2 is no longer in active support and only receives security fixes, see
announcement at <https://news-web.php.net/php.internals/126138>.
…or-openswoole-ext

Change openswoole priority
also add a .node-version file
Change TOOLS_DIR to SETUP_PHP_TOOLS_DIR to prevent regression
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 5.28.5 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.5...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
shivammathur and others added 25 commits March 26, 2026 07:42
…_and_yarn/npm_and_yarn-66413a1f6e

Bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…hub_actions/develop/codecov/codecov-action-6

Bump codecov/codecov-action from 5 to 6
Fix composer v2 version in README
Update Node.js dependencies
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `github/codeql-action` from 4.35.5 to 4.36.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9e0d7b8...7211b7c)

Updates `codecov/codecov-action` from 6.0.0 to 6.0.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@57e3a13...e79a696)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Node.js dependencies
Node 20 is removed from GitHub-hosted runners on 2026-09-16. The fork was
pinned at 2.30.4, which declares node20. Upstream 2.37.2 declares node24.

Merged upstream tag 2.37.2, not upstream main. main sits 29 unreleased
commits after that tag, so merging main would ship unreleased code under a
version number that does not match upstream.

The resulting tree equals upstream 2.37.2 byte for byte, except CODEOWNERS.
The fork carried no functional patch. Its 10 commits ahead of upstream were
one CODEOWNERS file and five Dependabot lockfile bumps that upstream has
long since superseded.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@wiz-ft-updated-webhook-682b71518b

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets 6 Low
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings 6 Medium 1 Low
Software Management Finding Software Management Findings -
Total 6 Medium 7 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

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.