File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resources:
1919 type : github
2020 endpoint : microsoft
2121 name : microsoft/mu_devops
22- ref : refs/tags/v18.0.6
22+ ref : refs/tags/v18.0.7
2323
2424parameters :
2525- name : do_ci_build
@@ -87,7 +87,7 @@ parameters:
8787jobs :
8888- template : Jobs/PrGate.yml@mu_devops
8989 parameters :
90- linux_container_image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:737aacc
90+ linux_container_image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:0e384ee
9191 ${{ if eq(parameters.rust_build, true) }} :
9292 linux_container_options : --security-opt seccomp=unconfined
9393 do_ci_build : ${{ parameters.do_ci_build }}
@@ -111,7 +111,7 @@ jobs:
111111
112112 container :
113113
114- image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:737aacc
114+ image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:0e384ee
115115 options : --user root --name mu_devops_build_container --security-opt seccomp=unconfined
116116
117117 steps :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333jobs :
3434 package-matrix :
3535 name : Gather Repository Packages
36- uses : microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.6
36+ uses : microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.7
3737 with :
3838 ci-config : ' .pytool/CISettings.py'
3939 python-version : " 3.12"
4949
5050 needs : package-matrix
5151
52- uses : microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6
52+ uses : microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.7
5353
5454 with :
5555 runner : windows-latest
@@ -65,12 +65,12 @@ jobs:
6565
6666 needs : package-matrix
6767
68- uses : microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6
68+ uses : microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.7
6969
7070 with :
7171 runner : ubuntu-latest
7272 setup-cmd : both
73- container : ghcr.io/microsoft/mu_devops/ubuntu-24-build:737aacc
73+ container : ghcr.io/microsoft/mu_devops/ubuntu-24-build:0e384ee
7474 python-version : " 3.12"
7575 package-config : ${{ needs.package-matrix.outputs.matrix }}
7676
Original file line number Diff line number Diff line change 1919jobs :
2020 apply :
2121
22- uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.6
22+ uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.7
2323 secrets : inherit
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 apply :
34- uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.6
34+ uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.7
3535 secrets : inherit
Original file line number Diff line number Diff line change 2525jobs :
2626 sync :
2727
28- uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.6
28+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.7
2929 secrets : inherit
Original file line number Diff line number Diff line change 2929 draft :
3030 name : Draft Releases
3131
32- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.6
32+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.7
3333 secrets : inherit
Original file line number Diff line number Diff line change 2525jobs :
2626 check :
2727
28- uses : microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.6
28+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.7
2929 secrets : inherit
Original file line number Diff line number Diff line change 2020jobs :
2121 triage :
2222
23- uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.6
23+ uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.7
2424 secrets : inherit
You can’t perform that action at this time.
0 commit comments