Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/clangpdb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:
jobs:
package-matrix:
name: Gather Repository Packages
uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/PackageMatrix.yml@v18.0.7
with:
ci-config: '.pytool/CISettings.py'
python-version: "3.12"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

needs: package-matrix

uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.7

with:
runner: windows-latest
Expand All @@ -88,12 +88,12 @@ jobs:

needs: package-matrix

uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/PackageCi.yml@v18.0.7

with:
runner: ubuntu-latest
setup-cmd: both
container: ghcr.io/microsoft/mu_devops/ubuntu-24-build:737aacc
container: ghcr.io/microsoft/mu_devops/ubuntu-24-build:0e384ee
python-version: "3.12"
package-config: ${{ needs.package-matrix.outputs.matrix }}

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 @@ -19,5 +19,5 @@ on:
jobs:
apply:

uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ on:

jobs:
apply:
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ on:
jobs:
sync:

uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
draft:
name: Draft Releases

uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ on:
jobs:
check:

uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:
jobs:
triage:

uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.6
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.7
secrets: inherit
Loading