0
1
Fork 0
This commit is contained in:
Tatyana Kostromskaya 2023-10-05 16:06:04 +02:00
parent d651e32721
commit 2b8f79e013
6 changed files with 15 additions and 15 deletions

Binary file not shown.

BIN
actions-github-6.0.2.tgz Normal file

Binary file not shown.

2
dist/index.js vendored
View File

@ -5608,7 +5608,7 @@ class HttpClient {
return this._getProxyAgentDispatcher(parsedUrl, proxyUrl);
}
else {
return this._getAgentDispatcher(parsedUrl);
return;
}
}
_prepareRequest(method, requestUrl, headers) {

26
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "file:actions-github-6.0.1.tgz",
"@actions/github": "file:actions-github-6.0.2.tgz",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3"
@ -69,12 +69,12 @@
}
},
"node_modules/@actions/github": {
"version": "6.0.1",
"resolved": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-xx3cYxzr2V/ZXeiEmpSCxY3FSGTLsFewTbbiGwci5U+jpYZFSol9we6y5IWSH+iXHYgj2wnqqsJ0uJq8SJEinQ==",
"version": "6.0.2",
"resolved": "file:actions-github-6.0.2.tgz",
"integrity": "sha512-ZQmn57A5aFqxsOjmQbQRwYUSplEjzP5fWvNSLqLbxCa2oSJMjO1rYWQShl5mbLc/JgqvayKx4zweAq2d9a5e+Q==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "file:actions-http-client-3.0.2.tgz",
"@actions/http-client": "file:actions-http-client-3.0.3.tgz",
"@octokit/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -82,9 +82,9 @@
}
},
"node_modules/@actions/github/node_modules/@actions/http-client": {
"version": "3.0.2",
"resolved": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"version": "3.0.3",
"resolved": "file:actions-http-client-3.0.3.tgz",
"integrity": "sha512-oD3QP51ndN4IMUntw5mWcP7yZ/7c9cpLRejqbUwe9cT5vC72bWHLr5odlPzE+RAsoEVZMEkKazJbCjXdTzq8og==",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6"
@ -7217,10 +7217,10 @@
}
},
"@actions/github": {
"version": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-xx3cYxzr2V/ZXeiEmpSCxY3FSGTLsFewTbbiGwci5U+jpYZFSol9we6y5IWSH+iXHYgj2wnqqsJ0uJq8SJEinQ==",
"version": "file:actions-github-6.0.2.tgz",
"integrity": "sha512-ZQmn57A5aFqxsOjmQbQRwYUSplEjzP5fWvNSLqLbxCa2oSJMjO1rYWQShl5mbLc/JgqvayKx4zweAq2d9a5e+Q==",
"requires": {
"@actions/http-client": "file:actions-http-client-3.0.2.tgz",
"@actions/http-client": "file:actions-http-client-3.0.3.tgz",
"@octokit/core": "^4.2.4",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-rest-endpoint-methods": "^7.2.3",
@ -7228,8 +7228,8 @@
},
"dependencies": {
"@actions/http-client": {
"version": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"version": "file:actions-http-client-3.0.3.tgz",
"integrity": "sha512-oD3QP51ndN4IMUntw5mWcP7yZ/7c9cpLRejqbUwe9cT5vC72bWHLr5odlPzE+RAsoEVZMEkKazJbCjXdTzq8og==",
"requires": {
"tunnel": "^0.0.6"
}

View File

@ -30,7 +30,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "file:actions-github-6.0.1.tgz",
"@actions/github": "file:actions-github-6.0.2.tgz",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3"