Skip to content

Commit

Permalink
Repo File Sync: synced file(s) with microsoft/mu_devops (#1106)
Browse files Browse the repository at this point in the history
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.



---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#13131806754](https://github.com/microsoft/mu_devops/actions/runs/13131806754)

Signed-off-by: Project Mu UEFI Bot <[email protected]>
  • Loading branch information
uefibot authored Feb 4, 2025
1 parent 8063b9e commit f555ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
return response
GITHUB_REPO = "sagiegurari/cargo-make"
api_url = f"https://api.github.com/repos/{GITHUB_REPO}/releases/tags/0.37.9"
api_url = f"https://api.github.com/repos/{GITHUB_REPO}/releases/tags/0.37.24"
response = get_response_with_retries(api_url)
if response.status_code == 200:
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "1.80.0"

[tools]
cargo-make = "0.37.9"
cargo-tarpaulin = "0.31.2"
cargo-make = "0.37.24"
cargo-tarpaulin = "0.31.5"

0 comments on commit f555ac7

Please sign in to comment.