@@ -552,9 +552,9 @@ var require_file_command = __commonJS({
552
552
}
553
553
});
554
554
555
- // ../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/proxy.js
555
+ // ../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/proxy.js
556
556
var require_proxy = __commonJS({
557
- "../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/proxy.js"(exports2) {
557
+ "../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/proxy.js"(exports2) {
558
558
"use strict";
559
559
Object.defineProperty(exports2, "__esModule", { value: true });
560
560
exports2.checkBypass = exports2.getProxyUrl = void 0;
@@ -17454,9 +17454,9 @@ var require_undici = __commonJS({
17454
17454
}
17455
17455
});
17456
17456
17457
- // ../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/index.js
17457
+ // ../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/index.js
17458
17458
var require_lib = __commonJS({
17459
- "../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/index.js"(exports2) {
17459
+ "../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/index.js"(exports2) {
17460
17460
"use strict";
17461
17461
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
17462
17462
if (k2 === void 0)
@@ -17950,7 +17950,7 @@ var require_lib = __commonJS({
17950
17950
if (this._keepAlive && useProxy) {
17951
17951
agent = this._proxyAgent;
17952
17952
}
17953
- if (this._keepAlive && !useProxy) {
17953
+ if (!useProxy) {
17954
17954
agent = this._agent;
17955
17955
}
17956
17956
if (agent) {
@@ -17979,14 +17979,11 @@ var require_lib = __commonJS({
17979
17979
agent = tunnelAgent(agentOptions);
17980
17980
this._proxyAgent = agent;
17981
17981
}
17982
- if (this._keepAlive && !agent) {
17982
+ if (!agent) {
17983
17983
const options = { keepAlive: this._keepAlive, maxSockets };
17984
17984
agent = usingSsl ? new https.Agent(options) : new http.Agent(options);
17985
17985
this._agent = agent;
17986
17986
}
17987
- if (!agent) {
17988
- agent = usingSsl ? https.globalAgent : http.globalAgent;
17989
- }
17990
17987
if (usingSsl && this._ignoreSslError) {
17991
17988
agent.options = Object.assign(agent.options || {}, {
17992
17989
rejectUnauthorized: false
@@ -18081,9 +18078,9 @@ var require_lib = __commonJS({
18081
18078
}
18082
18079
});
18083
18080
18084
- // ../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/auth.js
18081
+ // ../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/auth.js
18085
18082
var require_auth = __commonJS({
18086
- "../node_modules/.pnpm/@
[email protected] .
0 /node_modules/@actions/http-client/lib/auth.js"(exports2) {
18083
+ "../node_modules/.pnpm/@
[email protected] .
1 /node_modules/@actions/http-client/lib/auth.js"(exports2) {
18087
18084
"use strict";
18088
18085
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
18089
18086
function adopt(value) {
0 commit comments