Bump github.com/onflow/flow/protobuf/go/flow from 0.4.19 to 0.4.20 #490
Annotations
3 errors and 1 warning
|
analyze-code (go)
Process completed with exit code 1.
|
|
analyze-code (go):
vendor/github.com/onflow/flow-go/engine/access/rpc/engine_builder.go#L110
cannot use builder.DefaultHandler(builder.signerIndicesDecoder) (value of type *Handler) as "github.com/onflow/flow/protobuf/go/flow/access".AccessAPIServer value in assignment: *Handler does not implement "github.com/onflow/flow/protobuf/go/flow/access".AccessAPIServer (missing method GetExecutionReceiptsByBlockID)
|
|
analyze-code (go):
vendor/github.com/onflow/flow-go/engine/access/rpc/handler.go#L41
cannot use (*Handler)(nil) (value of type *Handler) as "github.com/onflow/flow/protobuf/go/flow/access".AccessAPIServer value in variable declaration: *Handler does not implement "github.com/onflow/flow/protobuf/go/flow/access".AccessAPIServer (missing method GetExecutionReceiptsByBlockID)
|
|
analyze-code (go)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|