Skip to content

Bump Scriban from 6.5.2 to 7.0.0 #280

Bump Scriban from 6.5.2 to 7.0.0

Bump Scriban from 6.5.2 to 7.0.0 #280

Triggered via pull request March 24, 2026 22:09
Status Success
Total duration 22m 14s
Artifacts 3

build.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
Build (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build (ubuntu-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L43
In externally visible method 'string ToStringTableExtensions.ToStringTable(string[,] arrValues)', validate parameter 'arrValues' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Analyzers/Analyzer.cs#L30
In externally visible method 'Task Analyzer.AnalyzeAsync(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'valueSelectors' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'values' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L24
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'columnHeaders' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Analyzers/SyncAnalyzer.cs#L21
In externally visible method 'void SyncAnalyzer.Analyze(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L88
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L76
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, string name, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Util/ZipFileHelper.cs#L14
In externally visible method 'IFile ZipFileHelper.CreateZipFile(IExecutionContext context, in NormalizedPath directory)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L17
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (ubuntu-latest)
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build (ubuntu-latest)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build (macos-latest): src/core/Statiq.Common/Util/StringExtensions.cs#L63
In externally visible method 'Span<char> StringExtensions.ToSpan(string str)', validate parameter 'str' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/StringExtensions.cs#L75
In externally visible method 'Memory<char> StringExtensions.ToMemory(string str)', validate parameter 'str' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/StringExtensions.cs#L42
In externally visible method 'string StringExtensions.ToLowerCamelCase(string str)', validate parameter 'str' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/TaskExtensions.cs#L18
In externally visible method 'Task<TBase> TaskExtensions.FromDerivedAsync<TBase, TDerived>(Task<TDerived> task)', validate parameter 'task' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L43
In externally visible method 'string ToStringTableExtensions.ToStringTable(string[,] arrValues)', validate parameter 'arrValues' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'valueSelectors' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'values' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L24
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'columnHeaders' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Analyzers/Analyzer.cs#L30
In externally visible method 'Task Analyzer.AnalyzeAsync(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest): src/core/Statiq.Common/Util/ZipFileHelper.cs#L14
In externally visible method 'IFile ZipFileHelper.CreateZipFile(IExecutionContext context, in NormalizedPath directory)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (macos-latest)
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build (macos-latest)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build (windows-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L43
In externally visible method 'string ToStringTableExtensions.ToStringTable(string[,] arrValues)', validate parameter 'arrValues' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Analyzers/SyncAnalyzer.cs#L21
In externally visible method 'void SyncAnalyzer.Analyze(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Analyzers/Analyzer.cs#L30
In externally visible method 'Task Analyzer.AnalyzeAsync(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L88
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'valueSelectors' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'values' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L24
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'columnHeaders' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L76
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, string name, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L17
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest): src/core/Statiq.Common/Util/ZipFileHelper.cs#L14
In externally visible method 'IFile ZipFileHelper.CreateZipFile(IExecutionContext context, in NormalizedPath directory)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Build (windows-latest)
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build (windows-latest)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-latest Expired
866 KB
sha256:4d2cdf12eac19706351bcbc51b06bb3eafd113de38c62f37390ce1c37424d77c
test-results-ubuntu-latest Expired
858 KB
sha256:272313eaeee139c63807be3b711e34f1bf79bf3e2a737bc7753dc4b3cf1b8da1
test-results-windows-latest Expired
872 KB
sha256:10d3179f115985b9d36cca6f9a0d444765fbd6352ecef3203d8788f70176c0b6