File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resources:
1919 type : github
2020 endpoint : microsoft
2121 name : microsoft/mu_devops
22- ref : refs/tags/v18.0.0
22+ ref : refs/tags/v18.0.2
2323
2424parameters :
2525- name : do_ci_build
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1919jobs :
2020 apply :
2121
22- uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.0
22+ uses : microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.2
2323 secrets : inherit
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 apply :
34- uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.0
34+ uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.2
3535 secrets : inherit
Original file line number Diff line number Diff line change 2525jobs :
2626 sync :
2727
28- uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.0
28+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.2
2929 secrets : inherit
Original file line number Diff line number Diff line change 2929 draft :
3030 name : Draft Releases
3131
32- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.0
32+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.2
3333 secrets : inherit
Original file line number Diff line number Diff line change 2525jobs :
2626 check :
2727
28- uses : microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.0
28+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.2
2929 secrets : inherit
Original file line number Diff line number Diff line change 2020jobs :
2121 triage :
2222
23- uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.0
23+ uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.2
2424 secrets : inherit
You can’t perform that action at this time.
0 commit comments