From 6862f4ff29df11cb6818032af7b8e34d6f9b87b1 Mon Sep 17 00:00:00 2001 From: uefibot Date: Tue, 24 Sep 2024 00:28:46 +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/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, 11 insertions(+), 11 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index e838283..9bd9820 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/v10.0.0 + ref: refs/tags/v12.0.2 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:0e124c1 + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 ${{ 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:0e124c1 + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:d1e4ff1 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 23b9389..4c5bc6e 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4f37dd5..4540ef8 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 79196ea..8c5666a 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.0.2 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index ffad0ec..658170a 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.0.2 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c427464..3f9599c 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.0.2 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 6c60a1d..6566663 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.0.2 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5b94e82..b4b9fb8 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.0.2 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 49780aa..2faddd9 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@v10.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v12.0.2