Skip to content

fix: replace stakingplus module with staking hooks #161

fix: replace stakingplus module with staking hooks

fix: replace stakingplus module with staking hooks #161

Triggered via pull request March 7, 2024 07:37
Status Success
Total duration 14m 37s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze
x.Pagination.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest has no field or method ProtoReflect)
Analyze
value.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest has no field or method ProtoReflect)
Analyze
impossible type assertion: value.Message().Interface().(*query.PageRequest)
Analyze
x.Pagination.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest has no field or method ProtoReflect)
Analyze
m.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest has no field or method ProtoReflect)
Analyze
cannot use x.Pagination (variable of type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest) as protoreflect.ProtoMessage value in argument to options.Size: *"github.com/cosmos/cosmos-sdk/types/query".PageRequest does not implement protoreflect.ProtoMessage (missing method ProtoReflect)
Analyze
cannot use x.Pagination (variable of type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest) as protoreflect.ProtoMessage value in argument to options.Marshal: *"github.com/cosmos/cosmos-sdk/types/query".PageRequest does not implement protoreflect.ProtoMessage (missing method ProtoReflect)
Analyze
cannot use x.Pagination (variable of type *"github.com/cosmos/cosmos-sdk/types/query".PageRequest) as protoreflect.ProtoMessage value in argument to options.Unmarshal: *"github.com/cosmos/cosmos-sdk/types/query".PageRequest does not implement protoreflect.ProtoMessage (missing method ProtoReflect)
Analyze
value.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageResponse has no field or method ProtoReflect)
Analyze
x.Pagination.ProtoReflect undefined (type *"github.com/cosmos/cosmos-sdk/types/query".PageResponse has no field or method ProtoReflect)
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/