Pin GitHub Actions to full-length commit SHAs#759
Merged
torosent merged 1 commit intoJul 13, 2026
Annotations
13 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815, github/codeql-action/analyze@02c5e83432fe5497fd85b873b6c9f16a8578e1d9, github/codeql-action/init@02c5e83432fe5497fd85b873b6c9f16a8578e1d9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Worker/Core/Shims/TaskOrchestrationShim.cs#L72
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
Build:
src/Worker/Core/Shims/TaskOrchestrationShim.cs#L98
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
|
|
Build:
src/Worker/Core/Shims/TaskOrchestrationContextWrapper.cs#L536
'internal' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
Build:
src/Worker/Core/DurableTaskWorkerOptions.cs#L178
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
|
Build:
src/Worker/Core/DurableTaskWorkerWorkItemFilters.cs#L10
Ambiguous reference in cref attribute: 'DurableTaskWorkerBuilderExtensions.UseWorkItemFilters'. Assuming 'Microsoft.DurableTask.Worker.DurableTaskWorkerBuilderExtensions.UseWorkItemFilters(Microsoft.DurableTask.Worker.IDurableTaskWorkerBuilder, Microsoft.DurableTask.Worker.DurableTaskWorkerWorkItemFilters?)', but could have also matched other overloads including 'Microsoft.DurableTask.Worker.DurableTaskWorkerBuilderExtensions.UseWorkItemFilters(Microsoft.DurableTask.Worker.IDurableTaskWorkerBuilder)'.
|
|
Build:
src/Worker/Core/DurableTaskWorkerOptions.cs#L193
'DurableTaskWorkerOptions.OrchestrationFilter' is obsolete: 'Experimental'
|
|
Build:
src/Worker/Core/DurableTaskWorkerOptions.cs#L193
'DurableTaskWorkerOptions.OrchestrationFilter' is obsolete: 'Experimental'
|
|
Build:
src/Client/Core/DependencyInjection/DurableTaskClientBuilderExtensions.cs#L83
Prefer the generic overload 'Microsoft.DurableTask.Client.DurableTaskBuilderExtensions.UseBuildTarget<TTarget>(Microsoft.DurableTask.Client.IDurableTaskClientBuilder)' instead of 'Microsoft.DurableTask.Client.DurableTaskBuilderExtensions.UseBuildTarget(Microsoft.DurableTask.Client.IDurableTaskClientBuilder, System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
Build:
src/Client/Core/PurgeInstancesFilter.cs#L28
The property's documentation summary text should begin with: 'Gets' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1623.md)
|
|
Build:
src/Abstractions/TaskVersion.cs#L20
Member 'Unversioned' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
Initialize CodeQL
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|
|
Initialize CodeQL
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
background
wait
wait-all
cancel
parallel
Loading