Skip to content

Merge pull request #375 from serverlessworkflow/fix-http-api #43

Merge pull request #375 from serverlessworkflow/fix-http-api

Merge pull request #375 from serverlessworkflow/fix-http-api #43

Triggered via push September 2, 2024 15:47
Status Success
Total duration 5m 27s
Artifacts

ci-pipeline.yml

on: push
versioning  /  increment-version
2m 33s
versioning / increment-version
Matrix: build / build
release  /  release
9s
release / release
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
versioning / increment-version
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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 / build (8.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, actions/cache@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 / build (8.0.x): src/runner/Synapse.Runner/Services/WorkflowExecutor.cs#L235
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
build / build (8.0.x): src/runner/Synapse.Runner/Services/Executors/WaitTaskExecutor.cs#L38
Avoid using async lambda for a void returning delegate type, because any exceptions not handled by the delegate will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD101.md)
build / build (8.0.x): src/runner/Synapse.Runner/Services/TaskExecutor.cs#L170
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build / build (8.0.x): src/runner/Synapse.Runner/Services/TaskExecutor.cs#L412
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
release / release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/