You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy: Fix 3 unnecessary_sort_by warnings in ringkernel-core by
using sort_by_key(|x| Reverse(x.field)) instead of sort_by closures.
Affected: introspection.rs, scheduling.rs, memory_pressure.rs.
Security Audit: Replace rustsec/audit-check@v2 with direct cargo-audit
invocation. The action was failing with 'Resource not accessible by
integration' due to missing checks:write permission. Our audit showed
zero vulnerabilities — the failure was a permissions/integration issue,
not a security issue.
1485 tests pass, 0 failures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments