We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2680455 commit 46e03b4Copy full SHA for 46e03b4
src/dependency-caching.ts
@@ -424,7 +424,8 @@ export async function uploadDependencyCaches(
424
* @param codeql The CodeQL instance to use.
425
* @param features Information about which FFs are enabled.
426
* @param language The language being analyzed.
427
- * @param cacheConfig The cache configuration for the language.
+ * @param patterns The file patterns to hash.
428
+ *
429
* @returns A cache key capturing information about the project(s) being analyzed in the specified language.
430
*/
431
async function cacheKey(
0 commit comments