mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 04:30:14 +08:00
Install @types/uuid and eliminate a cast
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user