Skip to content

Commit 98b6262

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#1331)
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 [#22408780345](https://github.com/microsoft/mu_devops/actions/runs/22408780345) 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 ace7fc0 commit 98b6262

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/v18.0.2
22+
ref: refs/tags/v18.0.3
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
@@ -19,5 +19,5 @@ on:
1919
jobs:
2020
apply:
2121

22-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.2
22+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.3
2323
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ on:
3131

3232
jobs:
3333
apply:
34-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.2
34+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.3
3535
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
sync:
2727

28-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.2
28+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.3
2929
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
draft:
3030
name: Draft Releases
3131

32-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.2
32+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.3
3333
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
check:
2727

28-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.2
28+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.3
2929
secrets: inherit

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

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

4141
- name: Update Submodules to Latest Release
42-
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v18.0.2
42+
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v18.0.3
4343
with:
4444
GH_PAT: ${{ steps.app-token.outputs.token }}
4545
GH_USER: "ProjectMuBot"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ on:
2020
jobs:
2121
triage:
2222

23-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.2
23+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.3
2424
secrets: inherit

0 commit comments

Comments
Β (0)