File tree Expand file tree Collapse file tree 12 files changed +14
-15
lines changed
Expand file tree Collapse file tree 12 files changed +14
-15
lines changed 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/v13.0.0
22+ ref : refs/tags/v13.0.3
2323
2424parameters :
2525- name : do_ci_build
@@ -82,10 +82,9 @@ parameters:
8282jobs :
8383- template : Jobs/PrGate.yml@mu_devops
8484 parameters :
85- linux_container_image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd
85+ linux_container_image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
8686 ${{ if eq(parameters.rust_build, true) }} :
8787 linux_container_options : --security-opt seccomp=unconfined
88- extra_build_args : --rust CODE_COVERAGE=TRUE CC_FLATTEN=TRUE CC_FULL=TRUE
8988 do_ci_build : ${{ parameters.do_ci_build }}
9089 do_ci_setup : ${{ parameters.do_ci_setup }}
9190 do_pr_eval : ${{ parameters.do_pr_eval }}
@@ -106,7 +105,7 @@ jobs:
106105
107106 container :
108107
109- image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd
108+ image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
110109 options : --user root --name mu_devops_build_container --security-opt seccomp=unconfined
111110
112111 steps :
Original file line number Diff line number Diff line change 2929
3030 if : |
3131 github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
32- uses : microsoft/mu_devops/.github/workflows/AutoApprover.yml@v13.0.0
32+ uses : microsoft/mu_devops/.github/workflows/AutoApprover.yml@v13.0.3
3333 secrets : inherit
Original file line number Diff line number Diff line change 3232
3333 if : |
3434 github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
35- uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v13.0.0
35+ uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v13.0.3
3636 secrets : inherit
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211
212212 - name : Download cargo-make
213213 if : steps.cargo_make_cache.outputs.cache-hit != 'true'
214- uses : robinraju/release-downloader@v1.11
214+ uses : robinraju/release-downloader@v1.12
215215 with :
216216 repository : ' sagiegurari/cargo-make'
217217 tag : ' ${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
Original file line number Diff line number Diff line change 2323 contents : read
2424 issues : write
2525
26- uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v13.0.0
26+ uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v13.0.3
Original file line number Diff line number Diff line change 3636 contents : read
3737 pull-requests : write
3838
39- uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v13.0.0
39+ uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v13.0.3
Original file line number Diff line number Diff line change 2828 permissions :
2929 issues : write
3030
31- uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v13.0.0
31+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v13.0.3
Original file line number Diff line number Diff line change 3333 contents : write
3434 pull-requests : write
3535
36- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v13.0.0
36+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v13.0.3
3737 secrets : inherit
Original file line number Diff line number Diff line change 2929 issues : write
3030 pull-requests : write
3131
32- uses : microsoft/mu_devops/.github/workflows/Stale.yml@v13.0.0
32+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v13.0.3
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Update Submodules to Latest Release
32- uses : microsoft/mu_devops/.github/actions/submodule-release-updater@v13.0.0
32+ uses : microsoft/mu_devops/.github/actions/submodule-release-updater@v13.0.3
3333 with :
3434 GH_PAT : ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
3535 GH_USER : " ProjectMuBot"
You can’t perform that action at this time.
0 commit comments