File tree Expand file tree Collapse file tree 10 files changed +17
-11
lines changed Expand file tree Collapse file tree 10 files changed +17
-11
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/v12.0.2
22
+ ref : refs/tags/v12.2.0
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-22-build:d1e4ff1
85
+ linux_container_image : ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96
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-22-build:d1e4ff1
108
+ image : ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96
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@v12.0.2
32
+ uses : microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.2.0
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@v12.0.2
35
+ uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.2.0
36
36
secrets : inherit
Original file line number Diff line number Diff line change @@ -50,11 +50,14 @@ jobs:
50
50
- name : Checkout repository
51
51
uses : actions/checkout@v4
52
52
53
+
54
+
53
55
- name : Install Python
54
56
uses : actions/setup-python@v5
55
57
with :
56
58
python-version : ' 3.12'
57
59
60
+
58
61
- name : Generate Package Matrix
59
62
id : generate_matrix
60
63
shell : python
@@ -96,13 +99,16 @@ jobs:
96
99
- name : Checkout repository
97
100
uses : actions/checkout@v4
98
101
102
+
103
+
99
104
- name : Install Python
100
105
uses : actions/setup-python@v5
101
106
with :
102
107
python-version : ' 3.12'
103
108
cache : ' pip'
104
109
cache-dependency-path : ' pip-requirements.txt'
105
110
111
+
106
112
- name : Use Git Long Paths on Windows
107
113
if : runner.os == 'Windows'
108
114
shell : pwsh
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@v12.0.2
26
+ uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.2.0
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@v12.0.2
39
+ uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v12.2.0
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@v12.0.2
31
+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.2.0
Original file line number Diff line number Diff line change 32
32
contents : write
33
33
pull-requests : write
34
34
35
- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.0.2
35
+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0
36
36
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@v12.0.2
32
+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v12.2.0
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@v12.0.2
26
+ uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.2.0
You can’t perform that action at this time.
0 commit comments