Skip to content

Commit

Permalink
Repo File Sync: Update to Mu DevOps v7.0.0 (#730)
Browse files Browse the repository at this point in the history
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
[#6467095151](https://github.com/microsoft/mu_devops/actions/runs/6467095151)

Signed-off-by: Project Mu UEFI Bot <[email protected]>
  • Loading branch information
uefibot authored Oct 11, 2023
1 parent 1afca1b commit 6037638
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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'

Expand Down Expand Up @@ -129,7 +129,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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/submodule-release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Update Submodules to Latest Release
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v6.5.1
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v7.0.0
with:
GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
GH_USER: "ProjectMuBot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6037638

Please sign in to comment.