From 01fb78c88e809b2e9a72e47176ec20610163dda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 03:21:51 +0100 Subject: [PATCH 1/8] Testing LGHA dependency updates --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index fdfb7553d..c42723f70 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit fdfb7553d22f073d503328060103b45ce0a1d8ee +Subproject commit c42723f703d13f2136ab4b1793be0c71daedd0ee From 8cc1049cffb1640b88f762562848c0220fa2d500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 03:22:41 +0100 Subject: [PATCH 2/8] Pointing GHA to issue branch --- .github/workflows/build-and-test-windows.yml | 14 +++++++------- .github/workflows/build-and-test.yml | 16 ++++++++-------- ...eate-jira-issues-for-community-activities.yml | 2 +- .github/workflows/validate-pull-request.yml | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index 4c594c745..312dd3815 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 2 steps: - name: Remove Run Windows Build Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates with: # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request # coming from a fork. @@ -36,7 +36,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))) name: Build and Test Windows - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: parent-job-name: root-solution-larger-runners machine-types: '["windows-2022-8core"]' @@ -54,7 +54,7 @@ jobs: build-and-test-standard-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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: parent-job-name: root-solution-standard-runners # Since dev builds are not awaited by anyone, they can run on the slower free runners. @@ -76,7 +76,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')) name: Build and Test Windows - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: parent-job-name: nuget-solution machine-types: '["windows-2022"]' @@ -98,7 +98,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')) name: PowerShell Static Code Analysis Windows - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@renovate/all-updates with: machine-types: '["windows-2022"]' run-windows-powershell: 'false' @@ -107,7 +107,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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@renovate/all-updates secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} @@ -121,7 +121,7 @@ jobs: needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] steps: - name: Remove Windows Build Warning Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates with: # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request # coming from a fork. diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 058966db8..caf814e50 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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: parent-job-name: root-solution-larger-runners machine-types: '["warp-ubuntu-2404-x64-4x"]' @@ -27,7 +27,7 @@ jobs: build-and-test-standard-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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: # Since dev builds are not awaited by anyone, they can run on the slower free runners. parent-job-name: root-solution-standard-runners @@ -40,7 +40,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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates with: parent-job-name: nuget-solution build-directory: NuGetTest @@ -49,7 +49,7 @@ jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@renovate/all-updates with: additional-dictionaries: | cspell:csharp/csharp.txt @@ -67,13 +67,13 @@ jobs: powershell-static-code-analysis: name: PowerShell Static Code Analysis - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@renovate/all-updates with: machine-types: "['ubuntu-24.04']" yaml-linting: name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@renovate/all-updates with: config-file-path: tools/Lombiq.GitHub.Actions/.trunk/configs/.yamllint.yaml search-path: . @@ -82,7 +82,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@dev + uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@renovate/all-updates secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} @@ -96,7 +96,7 @@ jobs: needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] steps: - name: Add Windows Build Warning Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates with: # The token is necessary to be able to add the label even if the workflow is triggered by a pull request # coming from a fork. diff --git a/.github/workflows/create-jira-issues-for-community-activities.yml b/.github/workflows/create-jira-issues-for-community-activities.yml index 93b1be90d..948debf05 100644 --- a/.github/workflows/create-jira-issues-for-community-activities.yml +++ b/.github/workflows/create-jira-issues-for-community-activities.yml @@ -11,7 +11,7 @@ on: jobs: create-jira-issues-for-community-activities: name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@renovate/all-updates secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index eaa8ddd91..377efe541 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -8,4 +8,4 @@ on: jobs: validate-pull-request: name: Validate Pull Request - uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@renovate/all-updates From 5f608dbbd9f3214c2d2078aed898ce2248cd6113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 03:26:02 +0100 Subject: [PATCH 3/8] Revert mistaken branch reference --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index caf814e50..7382f7204 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -67,7 +67,7 @@ jobs: powershell-static-code-analysis: name: PowerShell Static Code Analysis - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@renovate/all-updates + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev with: machine-types: "['ubuntu-24.04']" From 14e5d71a2af87c8c56f8dafe9954142579c0e555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 03:48:36 +0100 Subject: [PATCH 4/8] Reverting issue branch references for GHA [skip ci] --- .github/workflows/build-and-test-windows.yml | 14 +++++++------- .github/workflows/build-and-test.yml | 14 +++++++------- ...create-jira-issues-for-community-activities.yml | 2 +- .github/workflows/validate-pull-request.yml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index 312dd3815..4c594c745 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 2 steps: - name: Remove Run Windows Build Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request # coming from a fork. @@ -36,7 +36,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))) name: Build and Test Windows - root solution (larger runners) - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: parent-job-name: root-solution-larger-runners machine-types: '["windows-2022-8core"]' @@ -54,7 +54,7 @@ jobs: build-and-test-standard-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@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: parent-job-name: root-solution-standard-runners # Since dev builds are not awaited by anyone, they can run on the slower free runners. @@ -76,7 +76,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')) name: Build and Test Windows - NuGetTest solution - uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: parent-job-name: nuget-solution machine-types: '["windows-2022"]' @@ -98,7 +98,7 @@ jobs: github.event.label.name == 'run-windows-build' || (github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')) name: PowerShell Static Code Analysis Windows - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@renovate/all-updates + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev with: machine-types: '["windows-2022"]' run-windows-powershell: 'false' @@ -107,7 +107,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@renovate/all-updates + 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 }} @@ -121,7 +121,7 @@ jobs: needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] steps: - name: Remove Windows Build Warning Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: # The token is necessary to be able to remove the label even if the workflow is triggered by a pull request # coming from a fork. diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7382f7204..058966db8 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@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: parent-job-name: root-solution-larger-runners machine-types: '["warp-ubuntu-2404-x64-4x"]' @@ -27,7 +27,7 @@ jobs: build-and-test-standard-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@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: # Since dev builds are not awaited by anyone, they can run on the slower free runners. parent-job-name: root-solution-standard-runners @@ -40,7 +40,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@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev with: parent-job-name: nuget-solution build-directory: NuGetTest @@ -49,7 +49,7 @@ jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev with: additional-dictionaries: | cspell:csharp/csharp.txt @@ -73,7 +73,7 @@ jobs: yaml-linting: name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev with: config-file-path: tools/Lombiq.GitHub.Actions/.trunk/configs/.yamllint.yaml search-path: . @@ -82,7 +82,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@renovate/all-updates + 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 }} @@ -96,7 +96,7 @@ jobs: needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] steps: - name: Add Windows Build Warning Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: # The token is necessary to be able to add the label even if the workflow is triggered by a pull request # coming from a fork. diff --git a/.github/workflows/create-jira-issues-for-community-activities.yml b/.github/workflows/create-jira-issues-for-community-activities.yml index 948debf05..93b1be90d 100644 --- a/.github/workflows/create-jira-issues-for-community-activities.yml +++ b/.github/workflows/create-jira-issues-for-community-activities.yml @@ -11,7 +11,7 @@ on: jobs: create-jira-issues-for-community-activities: name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index 377efe541..eaa8ddd91 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -8,4 +8,4 @@ on: jobs: validate-pull-request: name: Validate Pull Request - uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@renovate/all-updates + uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@dev From 1beae392ef46bbef234617ad69d638e169d603ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 03:56:45 +0100 Subject: [PATCH 5/8] Submodule tools/Lombiq.GitHub.Actions updated Submodule tools/Lombiq.GitHub.Actions: > b72544c5 - Mistaken branch references --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index c42723f70..b72544c50 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit c42723f703d13f2136ab4b1793be0c71daedd0ee +Subproject commit b72544c50b64d7a7eb674843eb49f28decd97349 From 6ae63e17e236e1283f7863249afa81a036715ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 04:04:27 +0100 Subject: [PATCH 6/8] Updating submodules to merged dev [skip ci] --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index b72544c50..270a9af76 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit b72544c50b64d7a7eb674843eb49f28decd97349 +Subproject commit 270a9af7683e19072a95addcc57911bad2104a9d From 20a6764f989c609f02e0b4454957cf2dbd70e859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 04:22:16 +0100 Subject: [PATCH 7/8] Updating LGHA to latest --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index 270a9af76..c491d2b19 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit 270a9af7683e19072a95addcc57911bad2104a9d +Subproject commit c491d2b19929072a8f6f6e577ac9ac69d839b5d0 From 9f5b9c7ba4c3b47d7e803ff50376e489588f2447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 04:28:49 +0100 Subject: [PATCH 8/8] Updating LGHA to latest [skip ci] --- tools/Lombiq.GitHub.Actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index c491d2b19..7e7800a87 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit c491d2b19929072a8f6f6e577ac9ac69d839b5d0 +Subproject commit 7e7800a8727ea7752df502e6ee5df3e7792e2b5a