Follow redirects

This commit is contained in:
Henry Mercer
2024-10-10 18:46:18 +01:00
parent d70300d9f5
commit df0590b2ee
340 changed files with 17786 additions and 16731 deletions

View File

@@ -1,9 +1,9 @@
import { IncomingMessage, OutgoingHttpHeaders } from "http";
import * as https from "https";
import * as path from "path";
import { performance } from "perf_hooks";
import * as toolcache from "@actions/tool-cache";
import { https } from "follow-redirects";
import { v4 as uuidV4 } from "uuid";
import { Feature, FeatureEnablement } from "./feature-flags";