From d224368b145e6b37e89524951a21c70cf2dc0267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Dec 2023 23:07:30 +0100 Subject: [PATCH] Updating submodules to merged dev --- .github/workflows/build-and-test-windows.yml | 8 ++++---- .github/workflows/build-and-test.yml | 10 +++++----- tools/Lombiq.Analyzers.PowerShell | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index db3b707f3..c2a433c0e 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -33,7 +33,7 @@ jobs: if: github.ref_name != github.event.repository.default_branch && (github.event_name == 'workflow_dispatch' || github.event.label.name == 'run-windows-build') name: Build and Test Windows - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: machine-types: "['gitrunners-windows-2022-x64-8vcpu']" timeout-minutes: 30 @@ -47,7 +47,7 @@ jobs: # Since dev builds are not awaited by anyone, they can run on the slower free runners. if: github.ref_name == github.event.repository.default_branch name: Build and Test Windows - root solution (standard runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: machine-types: "['windows-2022']" timeout-minutes: 60 @@ -61,7 +61,7 @@ jobs: github.event_name == 'workflow_dispatch' || github.event.label.name == 'run-windows-build' name: Build and Test Windows - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: machine-types: "['windows-2022']" build-directory: NuGetTest @@ -82,7 +82,7 @@ jobs: name: Post Pull Request Checks Automation needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] if: github.event.pull_request != '' - uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e5fd124fb..709a3e3ab 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,7 +11,7 @@ jobs: build-and-test-larger-runners: if: github.ref_name != github.event.repository.default_branch name: Build and Test - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: machine-types: "['buildjet-4vcpu-ubuntu-2204']" timeout-minutes: 20 @@ -27,7 +27,7 @@ jobs: # Since dev builds are not awaited by anyone, they can run on the slower free runners. if: github.ref_name == github.event.repository.default_branch name: Build and Test - root solution (standard runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: timeout-minutes: 40 set-up-sql-server: "true" @@ -37,7 +37,7 @@ jobs: build-and-test-nuget-test: name: Build and Test - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: build-directory: NuGetTest timeout-minutes: 15 @@ -45,7 +45,7 @@ jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev with: additional-dictionaries: | cspell:csharp/csharp.txt @@ -70,7 +70,7 @@ jobs: name: Post Pull Request Checks Automation needs: [build-and-test-larger-runners, build-and-test-nuget-test, spelling, powershell-static-code-analysis] if: github.event.pull_request != '' - uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@issue/OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/tools/Lombiq.Analyzers.PowerShell b/tools/Lombiq.Analyzers.PowerShell index a5092aadf..86f288765 160000 --- a/tools/Lombiq.Analyzers.PowerShell +++ b/tools/Lombiq.Analyzers.PowerShell @@ -1 +1 @@ -Subproject commit a5092aadf3e1adeb91ef02046a17dba1afd4e4e4 +Subproject commit 86f288765076bfd1775d8440ba4506fc2bed0d81 diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index 7daea1912..a2793cd9e 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit 7daea19129c93da3e587b25ed9c5864731d769a7 +Subproject commit a2793cd9e4f67111c6dddff6b0b4dcfdc422d4e3