Skip to content

Commit 76f3943

Browse files
authored
Repo File Sync: synced file(s) with microsoft/mu_devops (#1270)
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]>
1 parent fabbe77 commit 76f3943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
return response
182182
183183
GITHUB_REPO = "sagiegurari/cargo-make"
184-
api_url = f"https://api.github.com/repos/{GITHUB_REPO}/releases/tags/0.37.9"
184+
api_url = f"https://api.github.com/repos/{GITHUB_REPO}/releases/tags/0.37.24"
185185
186186
response = get_response_with_retries(api_url)
187187
if response.status_code == 200:

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
channel = "1.80.0"
33

44
[tools]
5-
cargo-make = "0.37.9"
6-
cargo-tarpaulin = "0.31.2"
5+
cargo-make = "0.37.24"
6+
cargo-tarpaulin = "0.31.5"

0 commit comments

Comments
 (0)