Fix cache key for TRAP caching

This commit is contained in:
Edoardo Pirovano 2022-08-16 10:20:17 +01:00
parent b3adcb7261
commit d8adbe91f2
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
3 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,7 @@ async function cacheKey(
language: Language,
baseSha: string
): Promise<string> {
return `${await cachePrefix(codeql, language)}-${baseSha}`;
return `${await cachePrefix(codeql, language)}${baseSha}`;
}
async function cachePrefix(