Repo File Sync: Update Rust, Mu DevOps, and container version and PR template (#1030)
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 <uefibot@microsoft.com>
This commit is contained in:
Родитель
b5000539d5
Коммит
c7d044658a
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -30,10 +30,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- release/*
|
||||
- dev/*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release/*
|
||||
- dev/*
|
||||
paths-ignore:
|
||||
- '!**.c'
|
||||
- '!**.h'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)_
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче