fix up for migrations and accessionId #3484
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/WorkflowManager/Contracts/Migrations/M004_WorkflowRevision_addConditions.cs#L23
Rename class 'M004_WorkflowRevision_addConditions' to match pascal case naming rules, consider using 'M004WorkflowRevisionaddConditions'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
src/WorkflowManager/Contracts/Migrations/M003_WorkflowRevision_addDataRetension.cs#L23
Rename class 'M003_WorkflowRevision_addDataRetension' to match pascal case naming rules, consider using 'M003WorkflowRevisionaddDataRetension'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L126
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L133
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L163
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L164
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L175
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L176
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L177
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
src/WorkflowManager/Storage/Services/DicomService.cs#L199
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "code-coverage-reports", "TaskManagerIntegrationTestReport", "WorkflowExecutorIntegrationTestReport".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading