Skip to content

chore(deps): bump System.Net.Http.Json from 7.0.1 to 8.0.0 in /src #284

chore(deps): bump System.Net.Http.Json from 7.0.1 to 8.0.0 in /src

chore(deps): bump System.Net.Http.Json from 7.0.1 to 8.0.0 in /src #284

Triggered via pull request September 26, 2024 12:55
Status Success
Total duration 38s
Artifacts

build.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Joba.IBM.RPA/Wal/WalFile.cs#L167
'WalFile.WalFileProto': new protected member declared in sealed type
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L14
Non-nullable field 'catch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L52
Converting null literal or possible null value to non-nullable type.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L64
Possible null reference argument for parameter 'next' in 'Task IAsyncMiddleware<TContext>.Run(TContext parameter, Func<TContext, Task> next, CancellationToken cancellation)'.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L93
Non-nullable field 'finally' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Joba.IBM.RPA/Wal/WalFile.cs#L106
Possible null reference argument for parameter 'ProductVersion' in 'PublishScript.PublishScript(Guid? Id, Guid? VersionId, string Name, string? Description, string Content, string ProductVersion, bool SetAsProduction, int GreenExecutionTimeSeconds, int YellowExecutionTimeSeconds, int RedExecutionTimeSeconds)'.
build: src/Joba.IBM.RPA/Account/ServerConfig.cs#L54
'AuthenticationMethod.WDG' is obsolete: 'It looks like IBM RPA 23.0.8 replaced 'WDG' for 'RPA'.'
build: src/Joba.IBM.RPA/Compiler/WalAnalyzer.cs#L76
Possible null reference assignment.
build: src/Joba.IBM.RPA/Compiler/WalAnalyzer.cs#L81
Possible null reference assignment.
build: src/Joba.IBM.RPA/Compiler/WalAnalyzer.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.