Skip to content

CodeQL

CodeQL #250

Triggered via schedule August 4, 2026 21:39
Status Success
Total duration 2m 37s
Artifacts

codeql-analysis.yml

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

Annotations

13 warnings
Analyze (csharp)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze (csharp): Sharpcaster/Channels/SpotifyChannel.cs#L82
Dereference of a possibly null reference.
Analyze (csharp): Sharpcaster/Channels/SpotifyChannel.cs#L69
Dereference of a possibly null reference.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L46
Non-nullable property 'QueueType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L34
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L28
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L22
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueData.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueItem.cs#L38
Non-nullable property 'ActiveTrackIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Sharpcaster/Models/Queue/QueueItem.cs#L17
Non-nullable property 'Media' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp)
Cannot build an overlay-base 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/