diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index e16e59919a..1735ec82bc 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/v6.5.1 + ref: refs/tags/v7.0.0 parameters: - name: do_ci_build diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 77928eaeb5..eeb9bc007c 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v7.0.0 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b3c0bba446..306bef54c0 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v7.0.0 secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 466bda220b..cb059e8d27 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '>=3.11' + python-version: '3.12' - name: Generate Package Matrix id: generate_matrix @@ -94,7 +94,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '>=3.11' + python-version: '3.12' cache: 'pip' cache-dependency-path: 'pip-requirements.txt' diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index f6e32cd987..a6799388cd 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v7.0.0 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 6490ecdc11..f1e54d4bbf 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v7.0.0 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 79de1ec6fc..a6610549f0 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v7.0.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index afbff8a8c8..6e8beff455 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v7.0.0 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6c1c733037..95b9998d83 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v7.0.0 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index e226281334..eb16fbdcec 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@v6.5.1 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v7.0.0