From c7d044658a2671ab60922217f2802f7e986a5080 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:17:41 -0400 Subject: [PATCH] Repo File Sync: Update Rust, Mu DevOps, and container version and PR template (#1030) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also trigger the CodeQL workflow on `dev/*` branches. 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 [#11004666094](https://github.com/microsoft/mu_devops/actions/runs/11004666094) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 6 +++--- .github/dependabot.yml | 1 + .github/pull_request_template.md | 2 +- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/codeql-platform.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/submodule-release-update.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- CONTRIBUTING.md | 2 +- rust-toolchain.toml | 4 ++-- 15 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index e8382838..9bd98208 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/v10.0.0 + ref: refs/tags/v12.0.2 parameters: - name: do_ci_build @@ -82,7 +82,7 @@ parameters: jobs: - template: Jobs/PrGate.yml@mu_devops parameters: - linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1 + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 ${{ if eq(parameters.rust_build, true) }}: linux_container_options: --security-opt seccomp=unconfined do_ci_build: ${{ parameters.do_ci_build }} @@ -105,7 +105,7 @@ jobs: container: - image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1 + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined steps: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd67bbfe..5b813dbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -80,6 +80,7 @@ updates: - dependency-name: "Common/MU_TIANO" - dependency-name: "Common/MU" - dependency-name: "Features/CONFIG" + - dependency-name: "Features/DEBUGGER" - dependency-name: "Features/DFCI" - dependency-name: "Features/IPMI" - dependency-name: "Features/MM_SUPV" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60a2b7af..eb455e34 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ <_Include a description of the change and why this change was made._> -For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). +For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 23b9389f..4c5bc6e3 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4f37dd5f..4540ef8a 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/codeql-platform.yml b/.github/workflows/codeql-platform.yml index 4844d2bd..0d0ec257 100644 --- a/.github/workflows/codeql-platform.yml +++ b/.github/workflows/codeql-platform.yml @@ -30,10 +30,12 @@ on: branches: - main - release/* + - dev/* pull_request: branches: - main - release/* + - dev/* paths-ignore: - '!**.c' - '!**.h' diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 79196ea3..8c5666a2 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.0.2 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index ffad0ec0..658170a7 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.0.2 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c4274642..3f9599c4 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.0.2 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 6c60a1de..65666635 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5b94e822..b4b9fb86 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.0.2 diff --git a/.github/workflows/submodule-release-update.yml b/.github/workflows/submodule-release-update.yml index ccd02e97..d333d0d3 100644 --- a/.github/workflows/submodule-release-update.yml +++ b/.github/workflows/submodule-release-update.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Update Submodules to Latest Release - uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v10.0.0 + uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v12.0.2 with: GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }} GH_USER: "ProjectMuBot" diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 49780aae..2faddd98 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.0.2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0f5763..2199e974 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ Project Mu pull requests autopopulate a PR description from a template in most r 2. **Remove** this line of instructions so the PR description shows cleanly in release notes: - `"For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` + `"For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` 3. For each checkbox in the PR description, **place an "x"** in between `[` and `]` if true. Example: `[x]`. _(you can also check items in the GitHub UI)_ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f15049ea..dcd6587c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] -channel = "1.76.0" +channel = "1.80.0" [tool] cargo-make = "0.37.9" -cargo-tarpaulin = "0.27.3" +cargo-tarpaulin = "0.31.2"