security: override undici to 6.24.1 to resolve GHSA-v9p9-hfj2-hcw8#69
Merged
ryancragun merged 1 commit intomainfrom Mar 16, 2026
Merged
security: override undici to 6.24.1 to resolve GHSA-v9p9-hfj2-hcw8#69ryancragun merged 1 commit intomainfrom
ryancragun merged 1 commit intomainfrom
Conversation
It appears that our usage of @action/http-client transitively "depends" (from what I can see, it's not actually used and probably ought to be a dev dependency in the http-client module) on undici 6.23.0[0]. The upstream hasn't been updated yet so we add an override for it here. Since we're doing a security release I also updated all of our outdated deps. [0]: https://github.com/actions/toolkit/blob/main/packages/http-client/package-lock.json#L235 Signed-off-by: Ryan Cragun <me@ryan.ec>
ryancragun
commented
Mar 16, 2026
| } catch (err) { | ||
| throw new Error(`error executing ${executableName}: ${err}`); | ||
| throw new Error(`error executing ${executableName}: ${err}`, { | ||
| cause: err, |
Contributor
Author
There was a problem hiding this comment.
Since we updated eslint this was required to please the linter
brewgator
approved these changes
Mar 16, 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.
How to read this pull request
It appears that our usage of @action/http-client transitively "depends" (from what I can see, it's not actually used and probably ought to be a dev dependency in the http-client module) on undici 6.23.00. The upstream hasn't been updated yet so we add an override for it here. Since we're doing a security release I also updated all of our outdated deps.
Checklist
PCI review checklist