Skip to content

Commit dcd9efe

Browse files
authored
Repo File Sync: synced file(s) with microsoft/mu_devops (#308)
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 [#11550649555](https://github.com/microsoft/mu_devops/actions/runs/11550649555) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent 4723dd6 commit dcd9efe

File tree

10 files changed

+17
-11
lines changed

10 files changed

+17
-11
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/v12.0.2
22+
ref: refs/tags/v12.2.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-22-build:d1e4ff1
85+
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96
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-22-build:d1e4ff1
108+
image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96
109109
options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined
110110

111111
steps:

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
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@v12.0.2
32+
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.2.0
3333
secrets: inherit

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
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@v12.0.2
35+
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.2.0
3636
secrets: inherit

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,14 @@ jobs:
5050
- name: Checkout repository
5151
uses: actions/checkout@v4
5252

53+
54+
5355
- name: Install Python
5456
uses: actions/setup-python@v5
5557
with:
5658
python-version: '3.12'
5759

60+
5861
- name: Generate Package Matrix
5962
id: generate_matrix
6063
shell: python
@@ -96,13 +99,16 @@ jobs:
9699
- name: Checkout repository
97100
uses: actions/checkout@v4
98101

102+
103+
99104
- name: Install Python
100105
uses: actions/setup-python@v5
101106
with:
102107
python-version: '3.12'
103108
cache: 'pip'
104109
cache-dependency-path: 'pip-requirements.txt'
105110

111+
106112
- name: Use Git Long Paths on Windows
107113
if: runner.os == 'Windows'
108114
shell: pwsh

.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@v12.0.2
26+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.2.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@v12.0.2
39+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.2.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@v12.0.2
31+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.2.0

.github/workflows/release-draft.yml

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

35-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.0.2
35+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0
3636
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@v12.0.2
32+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.2.0

.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@v12.0.2
26+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.2.0

0 commit comments

Comments
 (0)