From f555ac7836eb6e6dd3112be7707ef76e408c7e72 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:14:26 -0500 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops (#1106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/codeql-platform.yml | 2 +- rust-toolchain.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-platform.yml b/.github/workflows/codeql-platform.yml index e96d51364b..a50001cdac 100644 --- a/.github/workflows/codeql-platform.yml +++ b/.github/workflows/codeql-platform.yml @@ -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: diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f831ff188a..db64a7f56a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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"