Skip to content

Bump the service group with 3 updates #2601

Bump the service group with 3 updates

Bump the service group with 3 updates #2601

Triggered via pull request February 4, 2026 11:06
Status Success
Total duration 4m 48s
Artifacts

codeql-analysis.yml

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

Annotations

33 warnings
Workflow syntax warning: .github/workflows/codeql-analysis.yml#L71
.github/workflows/codeql-analysis.yml (Line: 71, Col: 11): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Workflow syntax warning: .github/workflows/codeql-analysis.yml#L77
.github/workflows/codeql-analysis.yml (Line: 77, Col: 11): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Analyze (javascript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (javascript)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
Analyze (javascript)
Error retrieving diff main...samsmithnz:dependabot/nuget/src/FeatureFlags.Service/service-d6238a0105: Not Found - https://docs.github.com/rest/commits/commits#compare-two-commits
Analyze (javascript): src/FeatureFlags.Web/Controllers/HomeController.cs#L27
Possible null reference argument for parameter 'item2' in 'Tuple<List<FeatureFlag>, string>.Tuple(List<FeatureFlag> item1, string item2)'.
Analyze (javascript): src/FeatureFlags.Web/Controllers/HomeController.cs#L25
Converting null literal or possible null value to non-nullable type.
Analyze (javascript): src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L23
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (javascript): src/FeatureFlags.Tests/FeatureFlagsUnitTests.cs#L77
Possible null reference argument for parameter 'featureFlags' in 'void FeatureFlagsUnitTests.TestFeatureFlag(FeatureFlag featureFlags)'.
Analyze (javascript): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript): src/FeatureFlags.Tests/FeatureFlagsUnitTests.cs#L77
Possible null reference argument for parameter 'featureFlags' in 'void FeatureFlagsUnitTests.TestFeatureFlag(FeatureFlag featureFlags)'.
Analyze (javascript): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (javascript)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (javascript)
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/
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
Analyze (csharp)
Error retrieving diff main...samsmithnz:dependabot/nuget/src/FeatureFlags.Service/service-d6238a0105: Not Found - https://docs.github.com/rest/commits/commits#compare-two-commits
Analyze (csharp): src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L60
Possible null reference return.
Analyze (csharp): src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L58
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L36
Possible null reference return.
Analyze (csharp): src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L23
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp): src/FeatureFlags.Tests/FeatureFlagsUnitTests.cs#L77
Possible null reference argument for parameter 'featureFlags' in 'void FeatureFlagsUnitTests.TestFeatureFlag(FeatureFlag featureFlags)'.
Analyze (csharp): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/FeatureFlags.Tests/FeatureFlagsUnitTests.cs#L77
Possible null reference argument for parameter 'featureFlags' in 'void FeatureFlagsUnitTests.TestFeatureFlag(FeatureFlag featureFlags)'.
Analyze (csharp): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Analyze (csharp)
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/