File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resources:
19
19
type : github
20
20
endpoint : microsoft
21
21
name : microsoft/mu_devops
22
- ref : refs/tags/v13.0.0
22
+ ref : refs/tags/v13.0.3
23
23
24
24
parameters :
25
25
- name : do_ci_build
@@ -82,7 +82,7 @@ parameters:
82
82
jobs :
83
83
- template : Jobs/PrGate.yml@mu_devops
84
84
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
86
86
${{ if eq(parameters.rust_build, true) }} :
87
87
linux_container_options : --security-opt seccomp=unconfined
88
88
do_ci_build : ${{ parameters.do_ci_build }}
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
container :
107
107
108
- image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd
108
+ image : ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
109
109
options : --user root --name mu_devops_build_container --security-opt seccomp=unconfined
110
110
111
111
steps :
Original file line number Diff line number Diff line change 29
29
30
30
if : |
31
31
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
33
33
secrets : inherit
Original file line number Diff line number Diff line change 32
32
33
33
if : |
34
34
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
36
36
secrets : inherit
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
217
217
- name : Download cargo-make
218
218
if : steps.cargo_make_cache.outputs.cache-hit != 'true'
219
- uses : robinraju/release-downloader@v1.11
219
+ uses : robinraju/release-downloader@v1.12
220
220
with :
221
221
repository : ' sagiegurari/cargo-make'
222
222
tag : ' ${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'
Original file line number Diff line number Diff line change 23
23
contents : read
24
24
issues : write
25
25
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 36
36
contents : read
37
37
pull-requests : write
38
38
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 28
28
permissions :
29
29
issues : write
30
30
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 35
35
contents : write
36
36
pull-requests : write
37
37
38
- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v13.0.0
38
+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v13.0.3
39
39
secrets : inherit
Original file line number Diff line number Diff line change 29
29
issues : write
30
30
pull-requests : write
31
31
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 23
23
permissions :
24
24
issues : write
25
25
26
- uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v13.0.0
26
+ uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v13.0.3
You can’t perform that action at this time.
0 commit comments