Skip to content

build(deps): bump the weather_backend_minor_updates group in /weather-backend with 5 updates #463

build(deps): bump the weather_backend_minor_updates group in /weather-backend with 5 updates

build(deps): bump the weather_backend_minor_updates group in /weather-backend with 5 updates #463

Status Success
Total duration 2m 29s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): Weather.CLI/Program.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): weather-backend/Dto/EmailCodeEntity.cs#L9
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Dto/EmailCodeEntity.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L54
Non-nullable property 'coord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L56
Non-nullable property 'weather' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L58
Non-nullable property 'BaseInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L60
Non-nullable property 'main' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L64
Non-nullable property 'wind' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L66
Non-nullable property 'clouds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): weather-backend/Models/WeatherData.cs#L70
Non-nullable property 'sys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.