mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Store restored keys in action state
This commit is contained in:
2
lib/init-action.js
generated
2
lib/init-action.js
generated
@@ -86824,6 +86824,7 @@ async function initActionState({
|
||||
trapCaches,
|
||||
trapCacheDownloadTime,
|
||||
dependencyCachingEnabled: getCachingKind(dependencyCachingEnabled),
|
||||
dependencyCachingRestoredKeys: [],
|
||||
extraQueryExclusions: [],
|
||||
overlayDatabaseMode: "none" /* None */,
|
||||
useOverlayDatabaseCaching: false,
|
||||
@@ -90151,6 +90152,7 @@ exec ${goBinaryPath} "$@"`
|
||||
logger
|
||||
);
|
||||
dependencyCachingStatus = dependencyCachingResult.statusReport;
|
||||
config.dependencyCachingRestoredKeys = dependencyCachingResult.restoredKeys;
|
||||
}
|
||||
if (await codeQlVersionAtLeast(codeql, "2.17.1")) {
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user