mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-07 22:47:12 +00:00
add user-agent
This commit is contained in:
parent
7a9217bbcc
commit
6fc3854c65
3 changed files with 3 additions and 3 deletions
2
dist/pre/index.js
vendored
2
dist/pre/index.js
vendored
|
|
@ -95448,7 +95448,7 @@ var setup_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _ar
|
|||
}
|
||||
return;
|
||||
}
|
||||
const _http = new lib.HttpClient();
|
||||
const _http = new lib.HttpClient("harden-runner");
|
||||
let statusCode;
|
||||
//_http.requestOptions = { socketTimeout: 3 * 1000 };
|
||||
try {
|
||||
|
|
|
|||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -166,7 +166,7 @@ import { isArcRunner, sendAllowedEndpoints } from "./arc-runner";
|
|||
return;
|
||||
}
|
||||
|
||||
const _http = new httpm.HttpClient();
|
||||
const _http = new httpm.HttpClient("harden-runner");
|
||||
let statusCode;
|
||||
//_http.requestOptions = { socketTimeout: 3 * 1000 };
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue