Skip to content

Merge Latest Changes from dev into v3.x and Dependency Version Upgrades #135

Merge Latest Changes from dev into v3.x and Dependency Version Upgrades

Merge Latest Changes from dev into v3.x and Dependency Version Upgrades #135

Triggered via pull request October 17, 2024 20:49
Status Success
Total duration 10m 41s
Artifacts

codeQL.yml

on: pull_request
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