Skip to content

Add pipeline support for v3.x (#2960) (#2961) #182

Add pipeline support for v3.x (#2960) (#2961)

Add pipeline support for v3.x (#2960) (#2961) #182

Triggered via push November 13, 2024 21:37
Status Success
Total duration 9m 47s
Artifacts

codeQL.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
Analyze (csharp): src/WebJobs.Extensions.DurableTask/EndToEndTraceHelper.cs#L16
Possible null reference assignment.
Analyze (csharp): src/WebJobs.Extensions.DurableTask/Listener/TaskOrchestrationShim.cs#L187
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Analyze (csharp): src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete