From 011583d954cce687a67c2d26194bdc37aff2a2b9 Mon Sep 17 00:00:00 2001 From: uefibot Date: Mon, 28 Oct 2024 09:05:12 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 6 +++--- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/codeql-platform.yml | 6 ++++++ .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/submodule-release-update.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- 11 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index 9bd9820824..0936c57458 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/v12.0.2 + ref: refs/tags/v12.2.0 parameters: - name: do_ci_build @@ -82,7 +82,7 @@ parameters: jobs: - template: Jobs/PrGate.yml@mu_devops parameters: - linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96 ${{ if eq(parameters.rust_build, true) }}: linux_container_options: --security-opt seccomp=unconfined do_ci_build: ${{ parameters.do_ci_build }} @@ -105,7 +105,7 @@ jobs: container: - image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:4bebc96 options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined steps: diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4c5bc6e38c..1f4e5ea13a 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -29,5 +29,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.2.0 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4540ef8a93..c1b3184f03 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -32,5 +32,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.2.0 secrets: inherit diff --git a/.github/workflows/codeql-platform.yml b/.github/workflows/codeql-platform.yml index 0d0ec257a3..e96d51364b 100644 --- a/.github/workflows/codeql-platform.yml +++ b/.github/workflows/codeql-platform.yml @@ -51,6 +51,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + + - name: Install Python uses: actions/setup-python@v5 with: @@ -58,6 +60,7 @@ jobs: cache: 'pip' cache-dependency-path: 'pip-requirements.txt' + - name: Install/Upgrade pip Modules run: pip install -r pip-requirements.txt --upgrade @@ -133,6 +136,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + + - name: Install Python uses: actions/setup-python@v5 with: @@ -140,6 +145,7 @@ jobs: cache: 'pip' cache-dependency-path: 'pip-requirements.txt' + - name: Use Git Long Paths on Windows if: runner.os == 'Windows' shell: pwsh diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 8c5666a294..5087200a01 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -23,4 +23,4 @@ jobs: contents: read issues: write - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.2.0 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 658170a7d7..3129c6dc76 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -36,4 +36,4 @@ jobs: contents: read pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.2.0 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 3f9599c489..06c30d31d9 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -28,4 +28,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.2.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 65666635bb..269a0867e4 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -32,5 +32,5 @@ jobs: contents: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b4b9fb86cd..f155bf8bdf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: issues: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.2.0 diff --git a/.github/workflows/submodule-release-update.yml b/.github/workflows/submodule-release-update.yml index d333d0d3d4..073f34c25d 100644 --- a/.github/workflows/submodule-release-update.yml +++ b/.github/workflows/submodule-release-update.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Update Submodules to Latest Release - uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v12.0.2 + uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v12.2.0 with: GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }} GH_USER: "ProjectMuBot" diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 2faddd987d..bf71e4a5d7 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -23,4 +23,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.0.2 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.2.0