Skip to content

Commit 72fa661

Browse files
uefibotapop5
andcommitted
Repo File Sync: synced file(s) with microsoft/mu_devops (#328)
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 [#14244728070](https://github.com/microsoft/mu_devops/actions/runs/14244728070) Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: Aaron <[email protected]>
1 parent fa822c5 commit 72fa661

File tree

11 files changed

+38
-12
lines changed

11 files changed

+38
-12
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/v13.0.0
22+
ref: refs/tags/v13.0.3
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-24-build:d412ccd
85+
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
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-24-build:d412ccd
108+
image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
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/[email protected].0
32+
uses: microsoft/mu_devops/.github/workflows/[email protected].3
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/[email protected].0
35+
uses: microsoft/mu_devops/.github/workflows/[email protected].3
3636
secrets: inherit

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
- name: Download cargo-make
218218
if: steps.cargo_make_cache.outputs.cache-hit != 'true'
219-
uses: robinraju/release-downloader@v1.11
219+
uses: robinraju/release-downloader@v1.12
220220
with:
221221
repository: 'sagiegurari/cargo-make'
222222
tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'

.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/[email protected].0
26+
uses: microsoft/mu_devops/.github/workflows/[email protected].3

.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/[email protected].0
39+
uses: microsoft/mu_devops/.github/workflows/[email protected].3

.github/workflows/label-sync.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# All repos should sync at the same time.
44
# '0 0,12 * * *''
55
#
6+
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
7+
# instead of the file in this repo.
8+
#
9+
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
10+
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
11+
#
612
# Copyright (c) Microsoft Corporation.
713
# SPDX-License-Identifier: BSD-2-Clause-Patent
814
#
@@ -18,4 +24,8 @@ on:
1824

1925
jobs:
2026
sync:
21-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@main
27+
28+
permissions:
29+
issues: write
30+
31+
uses: microsoft/mu_devops/.github/workflows/[email protected]

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
contents: write
3636
pull-requests: write
3737

38-
uses: microsoft/mu_devops/.github/workflows/[email protected].0
38+
uses: microsoft/mu_devops/.github/workflows/[email protected].3
3939
secrets: inherit

.github/workflows/scheduled-maintenance.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
jobs:
2525
repo_cleanup:
2626
runs-on: ubuntu-latest
27+
28+
permissions:
29+
pull-requests: write
30+
issues: write
31+
2732
steps:
2833
- name: Get Repository Info
2934
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV

.github/workflows/stale.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
22
#
3+
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
4+
# instead of the file in this repo.
5+
#
6+
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
7+
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
8+
#
39
# Copyright (c) Microsoft Corporation.
410
# SPDX-License-Identifier: BSD-2-Clause-Patent
511
#
@@ -18,4 +24,9 @@ on:
1824

1925
jobs:
2026
check:
21-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@main
27+
28+
permissions:
29+
issues: write
30+
pull-requests: write
31+
32+
uses: microsoft/mu_devops/.github/workflows/[email protected]

0 commit comments

Comments
 (0)