Skip to content

Commit 6bc15ee

Browse files
authored
Repo File Sync: Update to Mu DevOps 2.4.0 (#366)
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 [#4784437996](https://github.com/microsoft/mu_devops/actions/runs/4784437996) Signed-off-by: Project Mu UEFI Bot <[email protected]>
1 parent d812d01 commit 6bc15ee

12 files changed

+13
-11
lines changed

.azurepipelines/Ubuntu-CLANGPDB.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resources:
2020
type: github
2121
endpoint: microsoft
2222
name: microsoft/mu_devops
23-
ref: refs/tags/v2.3.0
23+
ref: refs/tags/v2.4.0
2424

2525
variables:
2626
- group: architectures-x86-64

.azurepipelines/Ubuntu-GCC5.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resources:
2020
type: github
2121
endpoint: microsoft
2222
name: microsoft/mu_devops
23-
ref: refs/tags/v2.3.0
23+
ref: refs/tags/v2.4.0
2424
containers:
2525
- container: linux-gcc
2626
image: ghcr.io/tianocore/containers/fedora-37-build:f1c7a20

.azurepipelines/Windows-CLANGPDB.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resources:
2020
type: github
2121
endpoint: microsoft
2222
name: microsoft/mu_devops
23-
ref: refs/tags/v2.3.0
23+
ref: refs/tags/v2.4.0
2424

2525
variables:
2626
- group: architectures-x86-64

.azurepipelines/Windows-VS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resources:
2020
type: github
2121
endpoint: microsoft
2222
name: microsoft/mu_devops
23-
ref: refs/tags/v2.3.0
23+
ref: refs/tags/v2.4.0
2424

2525
variables:
2626
- group: architectures-x86-64

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ updates:
3939
prefix: "GitHub Action"
4040
labels:
4141
- "type:dependencies"
42+
rebase-strategy: "disabled"
4243

4344
- package-ecosystem: "pip"
4445
directory: "/"
@@ -51,3 +52,4 @@ updates:
5152
labels:
5253
- "language:python"
5354
- "type:dependencies"
55+
rebase-strategy: "disabled"

.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
approval_check:
2626
if: |
2727
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
28-
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.3.0
28+
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.4.0
2929
secrets: inherit

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
merge_check:
2727
if: |
2828
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
29-
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.3.0
29+
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.4.0
3030
secrets: inherit

.github/workflows/label-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ on:
3131

3232
jobs:
3333
apply:
34-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.3.0
34+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.4.0

.github/workflows/label-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
2626
sync:
27-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.3.0
27+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.4.0

.github/workflows/release-draft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ on:
2727

2828
jobs:
2929
draft:
30-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.3.0
30+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.4.0
3131
secrets: inherit

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
2626
check:
27-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.3.0
27+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.4.0

.github/workflows/triage-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ on:
1919

2020
jobs:
2121
triage:
22-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.3.0
22+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.4.0

0 commit comments

Comments
 (0)