mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 06:40:19 +00:00
Include toolcache
This commit is contained in:
Generated
+4
-1
@@ -167,7 +167,10 @@ async function compileQueries(codeql, config, logger) {
|
||||
const globHash = require("glob-hash");
|
||||
logger.info("Temp dir ${config.tempDir}");
|
||||
const finalHash = await globHash({
|
||||
include: [`${config.tempDir}/**/.cache/data/**`],
|
||||
include: [
|
||||
`${config.tempDir}/**/.cache/data/**`,
|
||||
`${config.toolCacheDir}/**/.cache/data/**`,
|
||||
],
|
||||
files: true,
|
||||
});
|
||||
logger.info(finalHash);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user