mirror of
https://github.com/github/codeql-action.git
synced 2026-05-22 13:59:03 +00:00
Add more error handling to zstd extraction
This commit is contained in:
@@ -224,7 +224,7 @@ export function writeToolcacheMarkerFile(
|
||||
): void {
|
||||
const markerFilePath = `${extractedPath}.complete`;
|
||||
fs.writeFileSync(markerFilePath, "");
|
||||
logger.debug(`Wrote marker file to ${markerFilePath}`);
|
||||
logger.info(`Wrote toolcache marker file to ${markerFilePath}`);
|
||||
}
|
||||
|
||||
function sanitizeUrlForStatusReport(url: string): string {
|
||||
|
||||
Reference in New Issue
Block a user