Skip to content

applies security patch #106

applies security patch

applies security patch #106

Triggered via pull request May 21, 2024 07:23
Status Success
Total duration 1m 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L5
Non-nullable property 'asset_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L6
Non-nullable property 'asset_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L7
Non-nullable property 'owner_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L8
Non-nullable property 'owner_classification' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L9
Non-nullable property 'percentage_of_ownership' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L10
Non-nullable property 'owner_direct_parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L11
Non-nullable property 'owner_grouping' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L12
Non-nullable property 'operator_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L13
Non-nullable property 'percentage_of_operation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L14
Non-nullable property 'data_source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.