Skip to content

Remove RequestTimeStatista (#12972) #20

Remove RequestTimeStatista (#12972)

Remove RequestTimeStatista (#12972) #20

Triggered via push May 7, 2024 09:49
Status Success
Total duration 6m 57s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): WalletWasabi.Fluent.Generators/Abstractions/GeneratorStep.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'Bridge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'P2pNode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
Analyze (csharp): WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L89
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
Analyze (csharp): WalletWasabi/BuyAnything/BuyAnythingManager.cs#L132
Dereference of a possibly null reference.
Analyze (csharp): WalletWasabi/BuyAnything/BuyAnythingManager.cs#L242
Dereference of a possibly null reference.
Analyze (csharp): WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L111
Possible null reference argument for parameter 'amount' in 'TransactionBuilder TransactionBuilder.Send(IDestination destination, Money amount)'.
Analyze (csharp): WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L229
Possible null reference argument for parameter 'changeHdPubKey' in 'PSBT TransactionFactory.TryNegotiatePayjoin(IPayjoinClient payjoinClient, TransactionBuilder builder, PSBT psbt, HdPubKey changeHdPubKey)'.