mirror of
https://github.com/gradle/actions.git
synced 2026-06-12 22:50:40 +00:00
e0fc67aa64
Add a ConfigurationCacheStatus type and an optional configurationCache field to the CacheReport interface, and render a prominent line for it in renderCachingReport (alongside the cleanup line). This surfaces whether the configuration cache was restored, not restored, restored incompletely, or inactive (no encryption key) in the Job Summary. The field is populated by the gradle-actions-caching provider; it arrives via the vendored-bundle refresh and renders as nothing until then. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>