Skip to content

Commit

Permalink
Repo File Sync: Update to Mu DevOps 2.4.0 (#366)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
uefibot authored and kenlautner committed May 3, 2023
1 parent e953351 commit 55923ba
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/Ubuntu-CLANGPDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v2.3.0
ref: refs/tags/v2.4.0

variables:
- group: architectures-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v2.3.0
ref: refs/tags/v2.4.0
containers:
- container: linux-gcc
image: ghcr.io/tianocore/containers/fedora-37-build:f1c7a20
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/Windows-CLANGPDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v2.3.0
ref: refs/tags/v2.4.0

variables:
- group: architectures-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/Windows-VS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v2.3.0
ref: refs/tags/v2.4.0

variables:
- group: architectures-x86-64
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ updates:
prefix: "GitHub Action"
labels:
- "type:dependencies"
rebase-strategy: "disabled"

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -50,3 +51,4 @@ updates:
labels:
- "language:python"
- "type:dependencies"
rebase-strategy: "disabled"
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
approval_check:
if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.4.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
merge_check:
if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.4.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ on:

jobs:
apply:
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ on:

jobs:
sync:
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ on:

jobs:
draft:
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.4.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ on:

jobs:
check:
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ on:

jobs:
triage:
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.3.0
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.4.0

0 comments on commit 55923ba

Please sign in to comment.