Install @types/uuid and eliminate a cast
This commit is contained in:
parent
ba93815e25
commit
cb9be70046
10 changed files with 194 additions and 2 deletions
|
|
@ -536,7 +536,7 @@ export async function downloadCodeQL(
|
|||
`Downloading CodeQL tools from ${codeqlURL}. This may take a while.`
|
||||
);
|
||||
|
||||
const dest = path.join(tempDir, uuidV4() as string);
|
||||
const dest = path.join(tempDir, uuidV4());
|
||||
const finalHeaders = Object.assign(
|
||||
{ "User-Agent": "CodeQL Action" },
|
||||
headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue