Skip to content

Bump golang.org/x/crypto from 0.2.0 to 0.21.0 #816

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

Bump golang.org/x/crypto from 0.2.0 to 0.21.0 #816

Triggered via pull request March 4, 2024 20:09
Status Success
Total duration 8m 59s
Artifacts

codeql-analysis.yml

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

Annotations

10 errors and 2 warnings
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4.0.1, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, 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 (go)
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/