Repo File Sync: Update to Rust 1.74.0 (#841)

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
[#7792207673](https://github.com/microsoft/mu_devops/actions/runs/7792207673)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
This commit is contained in:
Project Mu UEFI Bot [bot] 2024-02-05 22:21:59 -05:00 коммит произвёл GitHub
Родитель 4d56ef4d55
Коммит 79e26e68c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
11 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -19,7 +19,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v9.1.1
ref: refs/tags/v9.1.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:1082f35
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:16d82ba
${{ 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:1082f35
image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:16d82ba
options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined
steps:

2
.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.1
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.2
secrets: inherit

2
.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.1
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.2
secrets: inherit

2
.github/workflows/issue-assignment.yml поставляемый
Просмотреть файл

@ -23,4 +23,4 @@ jobs:
contents: read
issues: write
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.1
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.2

2
.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.1
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.2

2
.github/workflows/label-sync.yml поставляемый
Просмотреть файл

@ -28,4 +28,4 @@ jobs:
permissions:
issues: write
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.1
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.2

2
.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.1
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.2
secrets: inherit

2
.github/workflows/stale.yml поставляемый
Просмотреть файл

@ -29,4 +29,4 @@ jobs:
issues: write
pull-requests: write
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.1
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.2

Просмотреть файл

@ -29,7 +29,7 @@ jobs:
steps:
- name: Update Submodules to Latest Release
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v9.1.1
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v9.1.2
with:
GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
GH_USER: "ProjectMuBot"

2
.github/workflows/triage-issues.yml поставляемый
Просмотреть файл

@ -23,4 +23,4 @@ jobs:
permissions:
issues: write
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.1
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.2

Просмотреть файл

@ -1,2 +1,2 @@
[toolchain]
channel = "1.73.0"
channel = "1.74.0"