Skip to content

Use forked packages #109

Use forked packages

Use forked packages #109

Triggered via pull request April 25, 2024 13:17
Status Success
Total duration 41m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze
undefined: addresscodec.NewBech32Codec
Analyze
undefined: addresscodec.NewBech32Codec
Analyze
undefined: addresscodec.NewBech32Codec (typecheck)
Analyze: crypto/keys/multisig/multisig_test.go#L365
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: crypto/armor_test.go#L86
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: baseapp/utils_test.go#L92
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: x/staking/keeper/keeper.go#L180
var-naming: method GetValIdFromAddress should be GetValIDFromAddress (revive)
Analyze: types/address.go#L46
var `accAddrMu` is unused (unused)
Analyze: types/address.go#L47
var `accAddrCache` is unused (unused)
Analyze: types/address.go#L48
var `consAddrMu` is unused (unused)
Analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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
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/