Skip to content

chore(ci): clean up workflows (#5404) #492

chore(ci): clean up workflows (#5404)

chore(ci): clean up workflows (#5404) #492

Triggered via push April 26, 2026 07:04
Status Failure
Total duration 5m 35s
Artifacts 7

build.yml

on: push
versioning
12s
versioning
Matrix: publish
update-apt
4s
update-apt
Fit to window
Zoom out
Zoom in

Annotations

1 error and 88 warnings
docker
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c dotnet publish Ombi/Ombi.csproj -c Release --no-restore -o /app/publish" did not complete successfully: exit code: 1
unit-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@v2, actions/setup-dotnet@v1. 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/
unit-test: src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
unit-test: src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
unit-test: src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
unit-test: src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
unit-test: src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
unit-test: src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
unit-test: src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
unit-test: src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
unit-test: src/Ombi.Helpers.Tests/CacheServiceTests.cs#L111
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
unit-test: src/Ombi.Helpers.Tests/CacheServiceTests.cs#L97
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-ui
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@v2, actions/setup-node@v2, 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/
versioning
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, TriPSs/conventional-changelog-action@v3. 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/
publish (linux-arm, tar.gz, tar)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (linux-arm, tar.gz, tar): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L270
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (linux-arm, tar.gz, tar): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (linux-arm, tar.gz, tar): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (linux-arm, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm, tar.gz, tar)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (linux-arm, tar.gz, tar)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (osx-x64, tar, tar.gz)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (osx-x64, tar, tar.gz): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L270
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (osx-x64, tar, tar.gz): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (osx-x64, tar, tar.gz): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (osx-x64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (osx-x64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (osx-x64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (osx-x64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (osx-x64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (osx-x64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (osx-x64, tar, tar.gz)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (osx-x64, tar, tar.gz)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (linux-arm64, tar, tar.gz)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (linux-arm64, tar, tar.gz): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L76
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (linux-arm64, tar, tar.gz): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (linux-arm64, tar, tar.gz): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (linux-arm64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm64, tar, tar.gz): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-arm64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm64, tar, tar.gz): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (linux-arm64, tar, tar.gz)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (linux-arm64, tar, tar.gz)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (linux-x64, tar.gz, tar)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (linux-x64, tar.gz, tar): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L76
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (win-x86, zip, zip)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (linux-x64, tar.gz, tar): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (linux-x64, tar.gz, tar): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (win-x86, zip, zip): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L76
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (linux-x64, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x86, zip, zip): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (linux-x64, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x86, zip, zip): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (linux-x64, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-x64, tar.gz, tar): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x86, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-x64, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x86, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-x64, tar.gz, tar): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x86, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-x64, tar.gz, tar)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (win-x86, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (linux-x64, tar.gz, tar)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (win-x86, zip, zip): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x86, zip, zip): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x86, zip, zip)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (win-x86, zip, zip)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
publish (win-x64, zip, zip)
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@v2, actions/download-artifact@v4, actions/setup-dotnet@v1, 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/
publish (win-x64, zip, zip): src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs#L76
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
publish (win-x64, zip, zip): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L26
'ArrAvailabilityChecker._sonarrSettings' hides inherited member 'AvailabilityChecker._sonarrSettings'. Use the new keyword if hiding was intended.
publish (win-x64, zip, zip): src/Ombi.Schedule/Jobs/ArrAvailabilityChecker.cs#L25
'ArrAvailabilityChecker._radarrSettings' hides inherited member 'AvailabilityChecker._radarrSettings'. Use the new keyword if hiding was intended.
publish (win-x64, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L65
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x64, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L63
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x64, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L61
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x64, zip, zip): src/Ombi.Core/Helpers/DatabaseConfigurationSetup.cs#L57
Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
publish (win-x64, zip, zip): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.Designer.cs#L18
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x64, zip, zip): src/Ombi.Store/Migrations/20180413021646_tvrequestsbackground.cs#L7
The type name 'tvrequestsbackground' only contains lower-cased ascii characters. Such names may become reserved for the language.
publish (win-x64, zip, zip)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
publish (win-x64, zip, zip)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/download-artifact@v4, softprops/action-gh-release@v1. 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/
update-apt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: fjogeleit/http-request-action@master. 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/
docker
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. 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/

Artifacts

Produced during runtime
Name Size Digest
angular_dist
1.76 MB
sha256:70c3dd4956af6c57ecd93e9759719c97d86341b47502bd02237f9f2b720e2293
linux-arm
56.3 MB
sha256:2ed1649ce113845b74f35ea746aeeb9a444593fcd4873617a154ff251ded26f8
linux-arm64
55.9 MB
sha256:d58577178360b171e8b5b2e042c94235823ec879c65ed40e7fb22ad667c98346
linux-x64
57.2 MB
sha256:afa36feeda54cb9a74b20f5c575041e3bf0fe58a19cf34783481cfcb895ac626
osx-x64
57.1 MB
sha256:89b6abc1f75795d64a5bef8e468e17c0a867385a228d9cb97768d21c1d593ac7
win-x64
58.4 MB
sha256:9f73db7b4f87124f6d0af98a352d86c0422ce95d4a81fe074f792959b683d39e
win-x86
55.3 MB
sha256:65ad3e9624fcb2d8a67690457ef35b37593c228752ff35792197910aa35b62f1