Report overall cache usage for CodeQL dependency caches

This commit is contained in:
Michael B. Gale
2025-09-23 12:28:42 +01:00
parent 3d7d7c978e
commit 7dfbfdcb01
5 changed files with 96 additions and 7 deletions

View File

@@ -214,7 +214,7 @@ export interface ActionsCacheItem {
/** List all Actions cache entries matching the provided key and ref. */
export async function listActionsCaches(
key: string,
ref: string,
ref?: string,
): Promise<ActionsCacheItem[]> {
const repositoryNwo = getRepositoryNwo();