diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index a1babf8890..4d9ffc366e 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/v9.1.1 + ref: refs/tags/v9.1.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:1082f35 + linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:16d82ba ${{ 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:1082f35 + image: ghcr.io/microsoft/mu_devops/ubuntu-22-build:16d82ba options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined steps: diff --git a/.github/release-draft-config-n-1.yml b/.github/release-draft-config-n-1.yml index dd2f73f223..8609c62bb9 100644 --- a/.github/release-draft-config-n-1.yml +++ b/.github/release-draft-config-n-1.yml @@ -20,7 +20,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/release/202208 +commitish: refs/heads/release/202302 filter-by-commitish: true template: | diff --git a/.github/release-draft-config-n.yml b/.github/release-draft-config-n.yml index 8609c62bb9..fcf38acfbd 100644 --- a/.github/release-draft-config-n.yml +++ b/.github/release-draft-config-n.yml @@ -20,7 +20,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/release/202302 +commitish: refs/heads/release/202311 filter-by-commitish: true template: | diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fa4340652e..3eaca0fc4d 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.2 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index dc4b1fe392..ab75ff6586 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.2 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index f3b2367a6f..d3ae44fc5d 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.2 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index f5706cc641..b7facf7bff 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.2 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c551f4022b..c75ae5d26e 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.2 diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml index ea405cb6a6..7032b62637 100644 --- a/.github/workflows/pull-request-formatting-validator.yml +++ b/.github/workflows/pull-request-formatting-validator.yml @@ -53,7 +53,7 @@ jobs: - name: Check for Validation Errors if: env.VALIDATION_ERROR - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.setFailed('PR Formatting Validation Check Failed!') diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 45c294ccd2..fc6faede7f 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,7 +23,7 @@ name: Update Release Draft on: push: branches: - - release/202302 + - release/202311 jobs: draft: @@ -32,5 +32,5 @@ jobs: contents: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.2 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eaa5419b17..4b5412eced 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.2 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 3d0636e84a..d632528ae3 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@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.2