Skip to content

fix: ClassifyByKeywords recognises CI/CD patterns (ci/ prefix) (#147) #285

fix: ClassifyByKeywords recognises CI/CD patterns (ci/ prefix) (#147)

fix: ClassifyByKeywords recognises CI/CD patterns (ci/ prefix) (#147) #285

Triggered via push April 8, 2026 20:09
Status Success
Total duration 5m 23s
Artifacts 6

ci.yml

on: push
Matrix: build-extension
Matrix: build-msix
Matrix: build
release
release
Fit to window
Zoom out
Zoom in

Annotations

83 warnings
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test: tests/OpenClaw.Shared.Tests/CapabilityTests.cs#L274
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test: tests/OpenClaw.Shared.Tests/OpenClawGatewayClientTests.cs#L233
Possible null reference argument for parameter 'value' in 'void GatewayClientTestHelper.SetPrivateField(string fieldName, object value)'.
test: tests/OpenClaw.Shared.Tests/ExecApprovalPolicyTests.cs#L714
Nullability of reference types in type of parameter 'ex' of 'void ExecTestLogger.Error(string message, Exception ex)' doesn't match implicitly implemented member 'void IOpenClawLogger.Error(string message, Exception? ex = null)' (possibly because of nullability attributes).
test: tests/OpenClaw.Shared.Tests/CapabilityTests.cs#L274
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test: tests/OpenClaw.Shared.Tests/OpenClawGatewayClientTests.cs#L233
Possible null reference argument for parameter 'value' in 'void GatewayClientTestHelper.SetPrivateField(string fieldName, object value)'.
test: tests/OpenClaw.Shared.Tests/ExecApprovalPolicyTests.cs#L714
Nullability of reference types in type of parameter 'ex' of 'void ExecTestLogger.Error(string message, Exception ex)' doesn't match implicitly implemented member 'void IOpenClawLogger.Error(string message, Exception? ex = null)' (possibly because of nullability attributes).
test: src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
test: src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
test: src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
test: src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-extension (arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-extension (arm64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (arm64)
A publish profile with the name 'win-arm64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (arm64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (arm64)
A publish profile with the name 'win-arm64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-extension (x64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (x64)
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (x64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (x64)
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, microsoft/setup-msbuild@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build-msix (win-x64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build (win-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, microsoft/setup-msbuild@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build-msix (win-arm64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.

Artifacts

Produced during runtime
Name Size Digest
openclaw-commandpalette-arm64
12.6 MB
sha256:38a449d88e43d1f47d9296388ba7b611cf875022a822009217518cff2ca4591b
openclaw-commandpalette-x64
12.6 MB
sha256:a0bb548b6a23394d5a763716f3fc5e6a0f80aec4ec720135101737a141933a89
openclaw-msix-win-arm64
49.3 MB
sha256:c4a7fa27b0ea06bec487db05cec7be50c21f655891127122d9a124ceecc89ab1
openclaw-msix-win-x64
51.3 MB
sha256:e642dd2cd6ca35578d1a95a97fff4366bb72eead0351381095b12ab4985245f5
openclaw-tray-win-arm64
83.3 MB
sha256:a997adf3491b52100b6e42dfe1318c7693c2037b725cb9bfeb91244c9db0bbd4
openclaw-tray-win-x64
86.8 MB
sha256:ad1fca7bf277dc7a797865d53aa4fb6d123ca7bfd8c80de94e6593cfb9eb5776