Add a missing space.
This commit is contained in:
parent
74b4d8a6db
commit
5587e128ff
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -147,7 +147,7 @@ async function getCodeQLBundleDownloadURL(): Promise<string> {
|
|||
|
||||
// We have to download CodeQL manually because the toolcache doesn't support Accept headers.
|
||||
// This can be removed once https://github.com/actions/toolkit/pull/530 is merged and released.
|
||||
async function toolcacheDownloadTool(url:string, headers?: IHeaders): Promise<string> {
|
||||
async function toolcacheDownloadTool(url: string, headers?: IHeaders): Promise<string> {
|
||||
const client = new http.HttpClient('CodeQL Action');
|
||||
const dest = path.join(util.getRequiredEnvParam('RUNNER_TEMP'), uuidV4());
|
||||
const response: http.HttpClientResponse = await client.get(url, headers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue