From 2244a6c89fd750001804d21845e19e0dc4fa9e44 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:35:10 -0400 Subject: [PATCH] Repo File Sync: Update to Mu DevOps 6.5.1 (#197) 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 [#6315415760](https://github.com/microsoft/mu_devops/actions/runs/6315415760) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 7 ++++--- .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 +- 9 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index 02ad14882a..e16e59919a 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -17,7 +17,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v6.1.0 + ref: refs/tags/v6.5.1 parameters: - name: do_ci_build @@ -83,8 +83,6 @@ jobs: linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:9ab29bc ${{ if eq(parameters.rust_build, true) }}: linux_container_options: --security-opt seccomp=unconfined - extra_steps: - - template: Steps/RustSetupSteps.yml@mu_devops do_ci_build: ${{ parameters.do_ci_build }} do_ci_setup: ${{ parameters.do_ci_setup }} do_pr_eval: ${{ parameters.do_pr_eval }} @@ -97,6 +95,7 @@ jobs: tool_chain_tag: $(tool_chain_tag) vm_image: $(vm_image) container_build: ${{ parameters.container_build }} + rust_build: ${{ parameters.rust_build }} - ${{ if eq(parameters.rust_build, true) }}: - job: CargoCmds @@ -113,6 +112,8 @@ jobs: clean: true - ${{ parameters.extra_cargo_steps }} - template: Steps/RustCargoSteps.yml@mu_devops + parameters: + container_build: true - ${{ parameters.extra_jobs }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d193b36e1b..77928eaeb5 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -25,5 +25,5 @@ jobs: approval_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v6.5.1 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b0f35aef9d..b3c0bba446 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,5 +26,5 @@ jobs: merge_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v6.5.1 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index ed6607b766..f6e32cd987 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -18,4 +18,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v6.5.1 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 882956dd58..6490ecdc11 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -31,4 +31,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v6.5.1 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index e3c8c750e2..79de1ec6fc 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -24,4 +24,4 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v6.5.1 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 4005c4dafe..afbff8a8c8 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,5 +27,5 @@ on: jobs: draft: - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v6.5.1 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a6c530e771..6c1c733037 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,4 +24,4 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v6.5.1 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 940c46849d..e226281334 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -19,4 +19,4 @@ on: jobs: triage: - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v6.1.0 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v6.5.1