2222 timeout-minutes : 2
2323 steps :
2424 - name : Remove Run Windows Build Label
25- uses : Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies
25+ uses : Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
2626 with :
2727 # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request
2828 # coming from a fork.
3636 github.event.label.name == 'run-windows-build' ||
3737 (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')))
3838 name : Build and Test Windows - root solution (larger runners)
39- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
39+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
4040 with :
4141 parent-job-name : root-solution-larger-runners
4242 machine-types : ' ["warp-windows-2025-x64-8x"]'
6161 build-and-test-standard-runners :
6262 if : github.ref_name == github.event.repository.default_branch
6363 name : Build and Test Windows - root solution (standard runners)
64- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
64+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
6565 with :
6666 parent-job-name : root-solution-standard-runners
6767 # Since dev builds are not awaited by anyone, they can run on the slower free runners.
8888 github.event.label.name == 'run-windows-build' ||
8989 (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))
9090 name : Build and Test Windows - NuGetTest solution
91- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
91+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
9292 with :
9393 parent-job-name : nuget-solution
9494 machine-types : ' ["windows-2025"]'
@@ -115,7 +115,7 @@ jobs:
115115 github.event.label.name == 'run-windows-build' ||
116116 (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))
117117 name : Lint Assets
118- uses : Lombiq/GitHub-Actions/.github/workflows/asset-lint.yml@renovate/all-dependencies
118+ uses : Lombiq/GitHub-Actions/.github/workflows/asset-lint.yml@dev
119119
120120 powershell-static-code-analysis :
121121 if : github.ref_name == github.event.repository.default_branch ||
@@ -132,7 +132,7 @@ jobs:
132132 name : Post Pull Request Checks Automation
133133 needs : [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis]
134134 if : github.event.pull_request != ''
135- uses : Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@renovate/all-dependencies
135+ uses : Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev
136136 secrets :
137137 JIRA_BASE_URL : ${{ secrets.DEFAULT_JIRA_BASE_URL }}
138138 JIRA_USER_EMAIL : ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
@@ -146,7 +146,7 @@ jobs:
146146 needs : [build-and-test-larger-runners, build-and-test-nuget-test, asset-lint, powershell-static-code-analysis]
147147 steps :
148148 - name : Remove Windows Build Warning Label
149- uses : Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies
149+ uses : Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
150150 with :
151151 # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request
152152 # coming from a fork.
0 commit comments