Skip to content

Commit fb306a2

Browse files
Repo File Sync: Update mu_devops workflow tags to 15.0.1 (#1158)
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 [#15388359645](https://github.com/microsoft/mu_devops/actions/runs/15388359645) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 73f1c49 commit fb306a2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

β€Ž.azurepipelines/MuDevOpsWrapper.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
type: github
2020
endpoint: microsoft
2121
name: microsoft/mu_devops
22-
ref: refs/tags/v15.0.0
22+
ref: refs/tags/v15.0.1
2323

2424
parameters:
2525
- name: do_ci_build

β€Ž.github/workflows/issue-assignment.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
contents: read
2424
issues: write
2525

26-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v15.0.0
26+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v15.0.1

β€Ž.github/workflows/label-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
contents: read
3737
pull-requests: write
3838

39-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v15.0.0
39+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v15.0.1

β€Ž.github/workflows/label-sync.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
permissions:
2929
issues: write
3030

31-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v15.0.0
31+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v15.0.1

β€Ž.github/workflows/release-draft.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
contents: write
3434
pull-requests: write
3535

36-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v15.0.0
36+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v15.0.1
3737
secrets: inherit

β€Ž.github/workflows/stale.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
issues: write
3030
pull-requests: write
3131

32-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v15.0.0
32+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v15.0.1

β€Ž.github/workflows/submodule-release-update.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}
4444

4545
- name: Update Submodules to Latest Release
46-
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v15.0.0
46+
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v15.0.1
4747
with:
4848
GH_PAT: ${{ steps.app-token.outputs.token }}
4949
GH_USER: "ProjectMuBot"

β€Ž.github/workflows/triage-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
permissions:
2424
issues: write
2525

26-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v15.0.0
26+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v15.0.1

0 commit comments

Comments
Β (0)