Skip to content

Commit 9b668c9

Browse files
Repo File Sync: Update mu_devops from v18.0.0 to v18.0.2 (#85)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 8046cba commit 9b668c9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ updates:
5050
time: "06:00"
5151
ignore:
5252
# Ignore dependencies that are synced from mu_devops
53-
- dependency-name: "microsoft/mu_devops"
54-
- dependency-name: "github/codeql-action"
53+
- dependency-name: "microsoft/mu_devops*"
54+
- dependency-name: "github/codeql-action*"
5555
commit-message:
5656
prefix: "GitHub Action"
5757
labels:

.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/[email protected].0
22+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
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/[email protected].0
34+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
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/[email protected].0
28+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
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/[email protected].0
32+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
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/[email protected].0
28+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
2929
secrets: inherit

.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/[email protected].0
23+
uses: microsoft/mu_devops/.github/workflows/[email protected].2
2424
secrets: inherit

0 commit comments

Comments
 (0)