Skip to content

Commit 73f1c49

Browse files
Repo File Sync: Update to Mu DevOps v15.0.0 and Rust to 1.85 (#1153)
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 [#15330387217](https://github.com/microsoft/mu_devops/actions/runs/15330387217) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 40f3f76 commit 73f1c49

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.azurepipelines/MuDevOpsWrapper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
type: github
2020
endpoint: microsoft
2121
name: microsoft/mu_devops
22-
ref: refs/tags/v14.0.1
22+
ref: refs/tags/v15.0.0
2323

2424
parameters:
2525
- name: do_ci_build
@@ -82,7 +82,7 @@ parameters:
8282
jobs:
8383
- template: Jobs/PrGate.yml@mu_devops
8484
parameters:
85-
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:4d8e1b7
85+
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:68fa63a
8686
${{ if eq(parameters.rust_build, true) }}:
8787
linux_container_options: --security-opt seccomp=unconfined
8888
do_ci_build: ${{ parameters.do_ci_build }}
@@ -105,7 +105,7 @@ jobs:
105105

106106
container:
107107

108-
image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:4d8e1b7
108+
image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:68fa63a
109109
options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined
110110

111111
steps:

.github/workflows/issue-assignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
contents: read
2424
issues: write
2525

26-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v14.0.1
26+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v15.0.0

.github/workflows/label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
contents: read
3737
pull-requests: write
3838

39-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v14.0.1
39+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v15.0.0

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
permissions:
2929
issues: write
3030

31-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v14.0.1
31+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v15.0.0

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
contents: write
3434
pull-requests: write
3535

36-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v14.0.1
36+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v15.0.0
3737
secrets: inherit

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
issues: write
3030
pull-requests: write
3131

32-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v14.0.1
32+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v15.0.0

.github/workflows/submodule-release-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
id: app-token
4040
uses: actions/create-github-app-token@v2
4141
with:
42-
app-id: $
43-
private-key: $
42+
app-id: ${{ vars.MU_ACCESS_APP_ID }}
43+
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
4444

4545
- name: Update Submodules to Latest Release
46-
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v14.0.1
46+
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v15.0.0
4747
with:
4848
GH_PAT: ${{ steps.app-token.outputs.token }}
4949
GH_USER: "ProjectMuBot"

.github/workflows/triage-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
permissions:
2424
issues: write
2525

26-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v14.0.1
26+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v15.0.0

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.84.0"
2+
channel = "1.85.0"
33

44
[tools]
55
cargo-make = "0.37.24"

0 commit comments

Comments
 (0)