Skip to content

Porting: auth module #29

Porting: auth module

Porting: auth module #29

Triggered via pull request February 23, 2024 12:19
Status Success
Total duration 20m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze: crypto/armor_test.go#L86
unlambda: replace `func() address.Codec { return addresscodec.NewHexCodec() }` with `addresscodec.NewHexCodec` (gocritic)
Analyze: crypto/keys/multisig/multisig_test.go#L365
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: 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: types/address.go#L49
var `consAddrCache` is unused (unused)
Analyze: types/address.go#L50
var `valAddrMu` is unused (unused)
Analyze: types/address.go#L51
var `valAddrCache` is unused (unused)
Analyze: x/auth/ante/basic.go#L147
ineffectual assignment to cost (ineffassign)
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/