feat: use http agent that respects environment proxy settings when streaming

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis) 2024-12-04 18:30:46 +00:00
parent 3096afedf9
commit 0dc76a996d
16 changed files with 193 additions and 78 deletions

View file

@ -556,7 +556,6 @@ export const downloadCodeQL = async function (
authorization,
{ "User-Agent": "CodeQL Action", ...headers },
tarVersion,
features,
logger,
);