Skip to content

Merge branch 'development' into release/v3.0.1 #18

Merge branch 'development' into release/v3.0.1

Merge branch 'development' into release/v3.0.1 #18

Triggered via push March 24, 2026 09:32
Status Success
Total duration 3m 14s
Artifacts 5

staging.yml

on: push
Matrix: build
Create Nightly Release
19s
Create Nightly Release
Update AUR Nightly Package
43s
Update AUR Nightly Package
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
Build for 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. 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 for win-x64: OpenSSH_GUI/ViewModels/FileInfoWindowViewModel.cs#L11
Non-nullable field '_keyFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build for win-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L90
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(Action<SshConfigurationSource>?, Action<string, Exception>?)' (but other parameters do)
Build for win-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L70
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(IFileProvider?, string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for win-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L53
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for win-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L37
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, Action<string, Exception>?)' (but other parameters do)
Build for win-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L23
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, Action<string, Exception>?)' (but other parameters do)
Build for osx-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. 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 for osx-x64: OpenSSH_GUI/ViewModels/FileInfoWindowViewModel.cs#L11
Non-nullable field '_keyFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build for osx-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L90
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(Action<SshConfigurationSource>?, Action<string, Exception>?)' (but other parameters do)
Build for osx-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L70
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(IFileProvider?, string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for osx-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L53
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for osx-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L37
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, Action<string, Exception>?)' (but other parameters do)
Build for osx-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L23
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, Action<string, Exception>?)' (but other parameters do)
Build for linux-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. 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 for linux-x64: OpenSSH_GUI/ViewModels/FileInfoWindowViewModel.cs#L11
Non-nullable field '_keyFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build for linux-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L90
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(Action<SshConfigurationSource>?, Action<string, Exception>?)' (but other parameters do)
Build for linux-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L70
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(IFileProvider?, string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for linux-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L53
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, bool, Action<string, Exception>?)' (but other parameters do)
Build for linux-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L37
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, bool, Action<string, Exception>?)' (but other parameters do)
Build for linux-x64: OpenSSH_GUI.SshConfig/Extensions/SshConfigurationExtensions.cs#L23
Parameter 'loggingAction' has no matching param tag in the XML comment for 'SshConfigurationExtensions.extension(IConfigurationBuilder).AddSshConfig(string, Action<string, Exception>?)' (but other parameters do)
Create Nightly Release
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/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Update AUR Nightly Package
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/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/

Artifacts

Produced during runtime
Name Size Digest
OpenSSH-GUI-nightly-linux-x64
67.5 MB
sha256:163a6cc3f3c667f33d2f407c7ce784e8438ff8ec74e711b731352bd7e7ada22e
OpenSSH-GUI-nightly-osx-x64
71.6 MB
sha256:07e58cd0aa8edc2e6b91bf553ce0e82063e6873bc98dd55e6d0f7f3c53bf43b9
OpenSSH-GUI-nightly-win-x64.exe
69 MB
sha256:721924bb4bcbceda86af19dbae04c5fafd5a10c2561cb9cc0323213fcff44d36
OpenSSH-GUI-nightly-x86_64.AppImage
59.7 MB
sha256:3c83e50da7dd8486926811f31e0704fde16679a22b3afaa39b16cb80434dc2ee
io.github.frequency403.openssh_gui.desktop
335 Bytes
sha256:72c168bb968b1a47674c792685bdd6a80095fb1a729d3026a44d36bb26f648b6