microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

.sync/workflows/codeql: Use Version.njk cargo-make version #323

Closed makubacki closed 8 months ago

makubacki commented 8 months ago

Most of the workflow can stay intact with GitHub caching working as-is but the cargo-make version now needs to match the version that is being synced to repos (i.e. matches rust-toolchain.toml).


Note: We can consider using cargo binstall in the future but right now only cargo-make is needed, and it is simple to directly cache that binary as-is with existing code.