Compare commits

..

No commits in common. "2b8f79e013c9d0e0022cc29cfbfca6c7729c13fa" and "8f0d2fbedc49cec43744abe2431b6a7c0b30564e" have entirely different histories.

6 changed files with 15 additions and 15 deletions

BIN
actions-github-6.0.1.tgz Normal file

Binary file not shown.

Binary file not shown.

2
dist/index.js vendored
View File

@ -5608,7 +5608,7 @@ class HttpClient {
return this._getProxyAgentDispatcher(parsedUrl, proxyUrl);
}
else {
return;
return this._getAgentDispatcher(parsedUrl);
}
}
_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.2.tgz",
"@actions/github": "file:actions-github-6.0.1.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.2",
"resolved": "file:actions-github-6.0.2.tgz",
"integrity": "sha512-ZQmn57A5aFqxsOjmQbQRwYUSplEjzP5fWvNSLqLbxCa2oSJMjO1rYWQShl5mbLc/JgqvayKx4zweAq2d9a5e+Q==",
"version": "6.0.1",
"resolved": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "file:actions-http-client-3.0.3.tgz",
"@actions/http-client": "file:actions-http-client-3.0.2.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.3",
"resolved": "file:actions-http-client-3.0.3.tgz",
"integrity": "sha512-oD3QP51ndN4IMUntw5mWcP7yZ/7c9cpLRejqbUwe9cT5vC72bWHLr5odlPzE+RAsoEVZMEkKazJbCjXdTzq8og==",
"version": "3.0.2",
"resolved": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6"
@ -7217,10 +7217,10 @@
}
},
"@actions/github": {
"version": "file:actions-github-6.0.2.tgz",
"integrity": "sha512-ZQmn57A5aFqxsOjmQbQRwYUSplEjzP5fWvNSLqLbxCa2oSJMjO1rYWQShl5mbLc/JgqvayKx4zweAq2d9a5e+Q==",
"version": "file:actions-github-6.0.1.tgz",
"integrity": "sha512-taRoi/nryvD7nd0/7oYhasmThFsyo42iZoJhO+U/IQjbIxOOkhqHm7FqNtHspP+6EUbSi8eqi4RCynTgekXuww==",
"requires": {
"@actions/http-client": "file:actions-http-client-3.0.3.tgz",
"@actions/http-client": "file:actions-http-client-3.0.2.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.3.tgz",
"integrity": "sha512-oD3QP51ndN4IMUntw5mWcP7yZ/7c9cpLRejqbUwe9cT5vC72bWHLr5odlPzE+RAsoEVZMEkKazJbCjXdTzq8og==",
"version": "file:actions-http-client-3.0.2.tgz",
"integrity": "sha512-n9YMydjtHslcfB6xaLbYCbtlQahllG7RdpU0W1XDYZ+Qm0HPFdKZf+T9/c/7U7YD3Pv4rozAF+8W8tF5rgLITA==",
"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.2.tgz",
"@actions/github": "file:actions-github-6.0.1.tgz",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^3.3.3"