From b8f7b5580a91befb90e555cd1ba2cb06309c550f Mon Sep 17 00:00:00 2001 From: "mu-automation[bot]" <204385837+mu-automation[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:39:29 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 2 +- .github/workflows/codeql.yml | 5 +++-- .github/workflows/issue-assignment.yml | 2 +- .github/workflows/label-issues.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index bd7c7c0580..2db2c5cb7f 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -19,7 +19,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v18.0.5 + ref: refs/tags/v18.0.6 parameters: - name: do_ci_build diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e6d73ec09c..546ca738fa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,10 +68,11 @@ jobs: packages = [d for d in os.listdir() if d.strip().lower().endswith('pkg')] - # Ensure the package can actually be built for IA32 or X64 + # Ensure the package can actually be built for the target architectures + archs = [a.strip() for a in 'IA32,X64'.split(',')] for package in list(packages): dsc = [os.path.join(package, f) for f in os.listdir(package) if f.endswith('.dsc')] - if not any('IA32' in l or 'X64' in l for d in dsc for l in open(d) if 'SUPPORTED_ARCHITECTURES' in l): + if not any(arch in l for d in dsc for l in open(d) if 'SUPPORTED_ARCHITECTURES' in l for arch in archs): packages.remove(package) packages.sort() diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 0dab505dbc..493d919cb6 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -19,5 +19,5 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.6 secrets: inherit diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 3323fe512d..a7f7c50c0e 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -31,5 +31,5 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.6 secrets: inherit diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c2fa6f82c1..88649d109b 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -25,5 +25,5 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.6 secrets: inherit diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 6e311de479..c2bc2cf79d 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -29,5 +29,5 @@ jobs: draft: name: Draft Releases - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.6 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 568dc1596c..0691dc369f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,5 +25,5 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.6 secrets: inherit diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 883603160e..89b9a14498 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -20,5 +20,5 @@ on: jobs: triage: - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.6 secrets: inherit