Skip to content

go-algorand 3.27.0-beta Release PR #13702

go-algorand 3.27.0-beta Release PR

go-algorand 3.27.0-beta Release PR #13702

Re-run triggered November 19, 2024 19:28
Status Failure
Total duration 2m 16s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
2m 16s
reviewdog-errors
reviewdog-warnings
2m 5s
reviewdog-warnings
reviewdog-shellcheck
12s
reviewdog-shellcheck
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
reviewdog-warnings: config/consensus.go#L772
G115: integer overflow conversion uint64 -> int (gosec)
reviewdog-warnings: data/txntest/program.go#L46
G115: integer overflow conversion uint -> int (gosec)
reviewdog-warnings: data/transactions/verify/txn.go#L231
G115: integer overflow conversion uint64 -> int (gosec)
reviewdog-warnings: data/transactions/verify/txn.go#L375
G115: integer overflow conversion int -> uint64 (gosec)
reviewdog-warnings: config/consensus.go#L772
[Lint Warnings] reported by reviewdog 🐶 G115: integer overflow conversion uint64 -> int (gosec) Raw Output: config/consensus.go:772:18: G115: integer overflow conversion uint64 -> int (gosec) checkSetMax((int(p.LogicSigMaxSize) * p.MaxTxGroupSize), &MaxLogicSigMaxSize) ^
reviewdog-warnings: data/txntest/program.go#L46
[Lint Warnings] reported by reviewdog 🐶 G115: integer overflow conversion uint -> int (gosec) Raw Output: data/txntest/program.go:46:29: G115: integer overflow conversion uint -> int (gosec) if len(code.Program) != int(size) { ^
reviewdog-warnings: data/transactions/verify/txn.go#L231
[Lint Warnings] reported by reviewdog 🐶 G115: integer overflow conversion uint64 -> int (gosec) Raw Output: data/transactions/verify/txn.go:231:39: G115: integer overflow conversion uint64 -> int (gosec) lSigMaxPooledSize := len(stxs) * int(groupCtx.consensusParams.LogicSigMaxSize) ^
reviewdog-warnings: data/transactions/verify/txn.go#L375
[Lint Warnings] reported by reviewdog 🐶 G115: integer overflow conversion int -> uint64 (gosec) Raw Output: data/transactions/verify/txn.go:375:66: G115: integer overflow conversion int -> uint64 (gosec) if !groupCtx.consensusParams.EnableLogicSigSizePooling && uint64(lsig.Len()) > groupCtx.consensusParams.LogicSigMaxSize { ^
reviewdog-warnings
Process completed with exit code 1.
reviewdog-warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/