Skip to content

Bump golang.org/x/crypto from 0.2.0 to 0.18.0 #793

Bump golang.org/x/crypto from 0.2.0 to 0.18.0

Bump golang.org/x/crypto from 0.2.0 to 0.18.0 #793

Triggered via pull request January 8, 2024 20:03
Status Success
Total duration 9m 6s
Artifacts

codeql-analysis.yml

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

Annotations

10 errors and 1 warning
Analyze (go)
cannot use (*immutableTree)(nil) (value of type *immutableTree) as type Tree in variable declaration:
Analyze (go)
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as type Tree in variable declaration:
Analyze (go)
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
Analyze (go)
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as type Tree in struct literal:
Analyze (go)
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
Analyze (go)
cannot use &immutableTree{…} (value of type *immutableTree) as type Tree in struct literal:
Analyze (go)
impossible type switch case: *immutableTree
Analyze (go)
impossible type switch case: *iavl.MutableTree
Analyze (go)
impossible type switch case: *immutableTree
Analyze (go)
impossible type switch case: *iavl.MutableTree
Analyze (go)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby