Skip to content

fix: update actions toolkit to resolve undici CVEs#24

Open
dannyneira wants to merge 1 commit into
mainfrom
independabot/undici-cve-2026-1525
Open

fix: update actions toolkit to resolve undici CVEs#24
dannyneira wants to merge 1 commit into
mainfrom
independabot/undici-cve-2026-1525

Conversation

@dannyneira
Copy link
Copy Markdown
Member

Summary

  • Updated the Actions toolkit dependencies so all @actions/http-client consumers resolve to the patched undici@6.26.0 line.
  • Removed unused @actions/github, which was also pulling vulnerable undici@5.x into the runtime bundle.
  • Rebuilt dist/index.js and dist/index.js.map with the updated dependency graph.

Dependabot alerts resolved

Dependency details

  • undici is a transitive runtime dependency in package-lock.json.
  • The lockfile now contains only node_modules/@actions/http-client/node_modules/undici@6.26.0, satisfying the patched >=6.24.0 target for this alert batch.
  • No resolutions/overrides workaround was needed.

Verification

  • npm audit --json filtered for undici and the selected CVEs returns [].
  • npm run build
  • npm run lint
  • npm test

Conversation: https://staging.warp.dev/conversation/77b0d27d-e6df-41c2-9142-8ec405621b43
Run: https://oz.staging.warp.dev/runs/019e799d-2d61-71d3-861b-d5d1be56704e
This PR was generated with Oz.

Co-Authored-By: Oz <oz-agent@warp.dev>
@dannyneira dannyneira requested a review from bnavetta May 30, 2026 16:05
@dannyneira dannyneira marked this pull request as ready for review June 1, 2026 20:06
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.

2 participants