Skip to content

feat: update CodeQL and CI GitHub Actions #14

feat: update CodeQL and CI GitHub Actions

feat: update CodeQL and CI GitHub Actions #14

Triggered via push August 23, 2025 14:58
Status Success
Total duration 2m 3s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 1 notice
Test on ubuntu-latest: src/Arius.Core/Services/Sha256Hasher.cs#L120
Dereference of a possibly null reference.
Test on ubuntu-latest: src/Arius.Core/Services/Sha256Hasher.cs#L89
Dereference of a possibly null reference.
Test on ubuntu-latest: src/Arius.Core/Services/Sha256Hasher.cs#L75
Dereference of a possibly null reference.
Test on ubuntu-latest: src/Arius.Core/Extensions/CryptoExtensions.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test on ubuntu-latest: src/Arius.Core/Services/IBlobStorage.cs#L13
Cannot convert null literal to non-nullable reference type.
Test on ubuntu-latest: src/Arius.Core/Services/IBlobStorage.cs#L13
Cannot convert null literal to non-nullable reference type.
Test on ubuntu-latest: src/Arius.Core/Services/BlobStorage.cs#L79
Cannot convert null literal to non-nullable reference type.
Test on ubuntu-latest: src/Arius.Core/Services/BlobStorage.cs#L79
Cannot convert null literal to non-nullable reference type.
Test on ubuntu-latest: src/Arius.Core/Models/FilePair.cs#L50
'FilePair.Length' hides inherited member 'FileEntry.Length'. Use the new keyword if hiding was intended.
Test on windows-latest: src/Arius.Core/Commands/RestoreCommandHandler.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test on windows-latest: src/Arius.Core/Services/Sha256Hasher.cs#L120
Dereference of a possibly null reference.
Test on windows-latest: src/Arius.Core/Services/Sha256Hasher.cs#L89
Dereference of a possibly null reference.
Test on windows-latest: src/Arius.Core/Services/Sha256Hasher.cs#L75
Dereference of a possibly null reference.
Test on windows-latest: src/Arius.Core/Services/IBlobStorage.cs#L13
Cannot convert null literal to non-nullable reference type.
Test on windows-latest: src/Arius.Core/Services/IBlobStorage.cs#L13
Cannot convert null literal to non-nullable reference type.
Test on windows-latest: src/Arius.Core/Services/BlobStorage.cs#L79
Cannot convert null literal to non-nullable reference type.
Test on windows-latest: src/Arius.Core/Services/BlobStorage.cs#L79
Cannot convert null literal to non-nullable reference type.
Test on windows-latest: src/Arius.Core/Models/FilePair.cs#L50
'FilePair.Length' hides inherited member 'FileEntry.Length'. Use the new keyword if hiding was intended.
Test on windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677