mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Report overall cache usage for CodeQL dependency caches
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user