chore(deps): update container-images #191
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
Analyze (csharp)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze (csharp)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze (csharp)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
Analyze (csharp):
src/Vfps.IntegrationTests/MigrationsTests.cs#L18
'TestcontainersContainer' is obsolete: 'Use the DockerContainer class instead.'
|
Analyze (csharp):
src/Vfps.IntegrationTests/MigrationsTests.cs#L18
'ContainerBuilder<TestcontainersContainer>' is obsolete: 'Use the ContainerBuilder class instead. We will remove this builder in the future. Modules are not longer instantiated with reflection. Upcoming modules will have their own specific builder.'
|
Analyze (csharp):
src/Vfps.IntegrationTests/MigrationsTests.cs#L24
'ContainerBuilder<PostgreSqlTestcontainer>' is obsolete: 'Use the ContainerBuilder class instead. We will remove this builder in the future. Modules are not longer instantiated with reflection. Upcoming modules will have their own specific builder.'
|
Analyze (csharp):
src/Vfps.IntegrationTests/MigrationsTests.cs#L47
'TestcontainersContainer' is obsolete: 'Use the DockerContainer class instead.'
|
Analyze (csharp):
src/Vfps.IntegrationTests/MigrationsTests.cs#L47
'TestcontainersBuilder<TestcontainersContainer>' is obsolete: 'Use the ContainerBuilder class instead.'
|
Analyze (csharp):
src/Vfps/Data/Models/Pseudonym.cs#L5
Non-nullable property 'OriginalValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Vfps/Data/Models/Pseudonym.cs#L6
Non-nullable property 'PseudonymValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Vfps/Data/Models/Pseudonym.cs#L7
Non-nullable property 'NamespaceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Vfps/Data/Models/Namespace.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/Vfps/Data/Models/Namespace.cs#L16
Non-nullable property 'Pseudonyms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|