From 0497c22cad9468a419bbae95fef534375cefd5d6 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:15:46 -0400 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops (#272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 [#5473582136](https://github.com/microsoft/mu_devops/actions/runs/5473582136) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 4 ++-- .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, 10 insertions(+), 10 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index 6f8b922c30..24ff7047f4 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -17,7 +17,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v5.0.1 + ref: refs/tags/v5.0.4 parameters: - name: do_ci_build @@ -71,7 +71,7 @@ parameters: jobs: - template: Jobs/PrGate.yml@mu_devops parameters: - linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:bc713a5 + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:ea6d2e6 do_ci_build: ${{ parameters.do_ci_build }} do_ci_setup: ${{ parameters.do_ci_setup }} do_pr_eval: ${{ parameters.do_pr_eval }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d354650d53..ca23eac879 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -25,5 +25,5 @@ jobs: approval_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 000fd3dec6..5215a4e53d 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,5 +26,5 @@ jobs: merge_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index 5b7ecb38d0..299245f5d0 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -18,4 +18,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v5.0.4 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 3663af0cfc..835d140215 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -31,4 +31,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v5.0.4 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 20d9753136..e55f30a555 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -24,4 +24,4 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.4 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 67530acaeb..a7af3cd0c1 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,5 +27,5 @@ on: jobs: draft: - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8c74d25b29..c03218c877 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,4 +24,4 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.4 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 1a5fb20cba..10a4b76b77 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -19,4 +19,4 @@ on: jobs: triage: - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v5.0.4