Install @types/uuid and eliminate a cast

This commit is contained in:
Henry Mercer
2023-01-20 11:52:12 +00:00
parent ba93815e25
commit cb9be70046
10 changed files with 194 additions and 2 deletions

View File

@@ -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