Files
Yves Gugger 7fdc8a94c6 fix(security): pin unpinned GitHub Actions + fix clippy errors
Code scanning alerts:
- sigstore/cosign-installer@v3 → @398d4b0e (CodeQL #79)
- dtolnay/rust-toolchain@stable → @29eef336 (CodeQL #78)

Clippy fixes:
- wire_api.rs: u64 → u128 parse for CacheValidator mtime_ns
- cache_tiers.rs, cache_coordinator.rs: Duration::from_secs(60) → from_mins(1)
- Regenerate config-keys.md, cargo fmt applied

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-31 12:20:24 +02:00

9 lines
344 B
TOML

# Deprecated configuration keys and features.
# These still work but will be removed in a future major version.
[[deprecated]]
key = "cloud.contribute_enabled"
since = "3.9.14"
replacement = "telemetry.enabled"
notes = "Automatically migrated on first load. The unified telemetry flag controls both heartbeat and compression pattern sharing."