Skip to content

v9.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 17:18
· 34 commits to refs/heads/main since this release
d4b21fc

What's Changed

  • .sync/workflows/codeql: Use Version.njk cargo-make version @makubacki (#323)
    Change Details
      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.




  • Update RustSetupSteps.yml @Javagedes (#321)
    Change Details
      Updates RustSetupSteps.yml to use the correct variable names for the file sync to work properly.

Full Changelog: v9.1.5...v9.1.6