mu_devops
mu_devops copied to clipboard
Project Mu Developer Operations
v18.0.1 was released, but the Version.njk was not updated so file sync is still referencing the older version.
Main task is to identify an automated check for unused dependencies in the Cargo.toml file. cargo machete is one option. https://github.com/bnjbvr/cargo-machete
The CodeQL workflow in mu_plus dev/202502 began failing for PRs. Example: https://github.com/microsoft/mu_plus/actions/runs/15787129446 A quick change was made to unblock other PRs: https://github.com/microsoft/mu_plus/pull/705 That needs to be followed up on for...