Merge pull request #365 from serverlessworkflow/fix-dashboard-security #41
ci-pipeline.yml
on: push
versioning
/
increment-version
1m 24s
Matrix: build / build
release
/
release
11s
Annotations
16 warnings
versioning / increment-version
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
versioning / increment-version
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
build / build (6.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build / build (6.0.x):
src/apps/Synapse.Worker/Services/Processors/BranchProcessor.cs#L115
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.
|
build / build (6.0.x):
src/apps/Synapse.Worker/Services/FileBasedSecretManager.cs#L50
XML comment has cref attribute 'ExpandoObject' that could not be resolved
|
build / build (6.0.x):
src/apps/Synapse.Worker/Services/Processors/ConsumeEventProcessor.cs#L62
XML comment has cref attribute 'Waiting' that could not be resolved
|
build / build (6.0.x):
src/apps/Synapse.Worker/Services/Processors/SubflowProcessor.cs#L69
XML comment has cref attribute 'Waiting' that could not be resolved
|
build / build (6.0.x):
src/runtime/Synapse.Runtime.Kubernetes/Services/KubernetesProcess.cs#L71
Field 'KubernetesProcess._ExitCode' is never assigned to, and will always have its default value
|
build / build (6.0.x):
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L42
Nullability of reference types in return type of 'RenderFragment? Accordion.Header.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Header.get' (possibly because of nullability attributes).
|
build / build (6.0.x):
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L47
Nullability of reference types in return type of 'RenderFragment? Accordion.Body.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Body.get' (possibly because of nullability attributes).
|
build / build (6.0.x)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build / build (6.0.x)
'WorkflowEditor.Dispatcher' hides inherited member 'StatefulComponent<WorkflowEditorState>.Dispatcher'. Use the new keyword if hiding was intended.
|
build / build (6.0.x):
src/dashboard/Synapse.Dashboard/Features/Workflows/WorkflowEditor/JqExpressionEditor.razor#L58
Cannot convert null literal to non-nullable reference type.
|
build / build (6.0.x)
The process '/usr/bin/git' failed with exit code 128
|
release / release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release / release
The process '/usr/bin/git' failed with exit code 128
|