Skip to content

Bump github.com/onflow/cadence-tools/lint from 1.7.6 to 1.8.0 #518

Bump github.com/onflow/cadence-tools/lint from 1.7.6 to 1.8.0

Bump github.com/onflow/cadence-tools/lint from 1.7.6 to 1.8.0 #518

Triggered via pull request March 23, 2026 17:26
Status Failure
Total duration 4m 46s
Artifacts

code-analysis.yml

on: pull_request
Matrix: analyze-code
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
analyze-code (go)
Process completed with exit code 1.
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L392
impossible type assertion: storable.(ByteStringValue)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L343
cannot use NewByteStringValue(s) (value of struct type ByteStringValue) as atree.Storable value in return statement: ByteStringValue does not implement atree.Storable (missing method CanCopyNonRefSimple)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L266
cannot use v (variable of struct type ByteStringValue) as atree.Storable value in argument to atree.NewStorableSlab: ByteStringValue does not implement atree.Storable (missing method CanCopyNonRefSimple)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L262
cannot use v (variable of struct type ByteStringValue) as atree.Storable value in return statement: ByteStringValue does not implement atree.Storable (missing method CanCopyNonRefSimple)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L245
cannot use &ByteStringValue{} (value of type *ByteStringValue) as atree.Storable value in variable declaration: *ByteStringValue does not implement atree.Storable (missing method CanCopyNonRefSimple)
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.