mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 18:30:14 +00:00
Store restored keys in action state
This commit is contained in:
@@ -586,6 +586,8 @@ async function run() {
|
||||
logger,
|
||||
);
|
||||
dependencyCachingStatus = dependencyCachingResult.statusReport;
|
||||
config.dependencyCachingRestoredKeys =
|
||||
dependencyCachingResult.restoredKeys;
|
||||
}
|
||||
|
||||
// Suppress warnings about disabled Python library extraction.
|
||||
|
||||
Reference in New Issue
Block a user