Rename makeGlobber parameter
This commit is contained in:
parent
f0bcca1598
commit
259cc5a39c
3 changed files with 5 additions and 5 deletions
4
lib/dependency-caching.js
generated
4
lib/dependency-caching.js
generated
|
|
@ -68,8 +68,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG = {
|
|||
hash: ["**/go.sum"],
|
||||
},
|
||||
};
|
||||
async function makeGlobber(files) {
|
||||
return glob.create(files.join("\n"));
|
||||
async function makeGlobber(patterns) {
|
||||
return glob.create(patterns.join("\n"));
|
||||
}
|
||||
/**
|
||||
* Attempts to restore dependency caches for the languages being analyzed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue