From 88b5e2b16eccc014bd792eab99999c02ae40c2c8 Mon Sep 17 00:00:00 2001 From: uefibot Date: Sat, 14 Oct 2023 03:43:33 +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 +- rust-toolchain.toml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index 1735ec82bc..03b2e306eb 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/v7.0.0 + ref: refs/tags/v7.0.1 parameters: - name: do_ci_build @@ -80,7 +80,7 @@ parameters: jobs: - template: Jobs/PrGate.yml@mu_devops parameters: - linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:9ab29bc + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:1082f35 ${{ if eq(parameters.rust_build, true) }}: linux_container_options: --security-opt seccomp=unconfined do_ci_build: ${{ parameters.do_ci_build }} @@ -103,7 +103,7 @@ jobs: container: - image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:9ab29bc + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:1082f35 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 eeb9bc007c..8c286f164c 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v7.0.1 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 306bef54c0..b480ce0bc1 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v7.0.1 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index a6799388cd..8eb31e837a 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v7.0.1 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index f1e54d4bbf..e481c7ee1f 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v7.0.1 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index a6610549f0..566c3100a6 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v7.0.1 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 6e8beff455..fec8b6c7d8 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v7.0.1 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 95b9998d83..4da9d757dd 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v7.0.1 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index eb16fbdcec..e143b21390 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@v7.0.0 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v7.0.1 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6692180480..5958a1c715 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.71.1" +channel = "1.73.0"