From 456b9ef42d5d5f063447f45b534404681cbe5be0 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:07:22 -0500 Subject: [PATCH] Repo File Sync: Update mu_devops to v9.1.5 (#441) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file sync updates pipelines to now require specific rust tool versions for cargo-tarpaulin and cargo-make. CI pipelines now use a cached version of cargo-binstall to install the exact versions of these tools. 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 [#8009295971](https://github.com/microsoft/mu_devops/actions/runs/8009295971) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 2 +- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/issue-assignment.yml | 2 +- .github/workflows/label-issues.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- rust-toolchain.toml | 4 ++++ 10 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index 4d9ffc366e..716487aff3 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -19,7 +19,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v9.1.2 + ref: refs/tags/v9.1.5 parameters: - name: do_ci_build diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 3eaca0fc4d..c4e1128757 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -29,5 +29,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.5 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ab75ff6586..b8d346fc64 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -32,5 +32,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.5 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index d3ae44fc5d..b2db4cf306 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -23,4 +23,4 @@ jobs: contents: read issues: write - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.5 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index b7facf7bff..9f5036cab4 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -36,4 +36,4 @@ jobs: contents: read pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.5 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c75ae5d26e..42642c3439 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -28,4 +28,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.5 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index fc6faede7f..9db0965d6c 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -32,5 +32,5 @@ jobs: contents: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.5 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4b5412eced..3da74c0b68 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: issues: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.5 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index d632528ae3..38616c4b4f 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -23,4 +23,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.2 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.5 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 31f41d5bfd..84cdf354e5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,6 @@ [toolchain] channel = "1.74.0" + +[tool] +cargo-make = "0.37.9" +cargo-tarpaulin = "0.27.3"