From 1e79d8f8a6900df730c41663c84946774911fd26 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:10 +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/clangpdb-ci.yml | 6 +++--- .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 +- 9 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index bd7c7c0..2db2c5c 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/clangpdb-ci.yml b/.github/workflows/clangpdb-ci.yml index a5fea87..1aca47e 100644 --- a/.github/workflows/clangpdb-ci.yml +++ b/.github/workflows/clangpdb-ci.yml @@ -33,7 +33,7 @@ concurrency: jobs: package-matrix: name: Gather Repository Packages - uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.6 with: ci-config: '.pytool/CISettings.py' python-version: "3.12" @@ -49,7 +49,7 @@ jobs: needs: package-matrix - uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6 with: runner: windows-latest @@ -65,7 +65,7 @@ jobs: needs: package-matrix - uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.5 + uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6 with: runner: ubuntu-latest diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e6d73ec..546ca73 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 0dab505..493d919 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 3323fe5..a7f7c50 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 c2fa6f8..88649d1 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 e815f92..048a9ce 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 568dc15..0691dc3 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 8836031..89b9a14 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