Skip to content

fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159) #35294

fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159)

fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159) #35294

Triggered via pull request August 2, 2024 10:55
Status Success
Total duration 31m 2s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze: baseapp/abci_test.go#L2032
syntax error: unexpected <<, expected }
Analyze: baseapp/abci_test.go#L2033
syntax error: unexpected return in argument list; possibly missing comma or )
Analyze: baseapp/abci_test.go#L2036
syntax error: unexpected ) after top level declaration
Analyze: baseapp/abci_test.go#L2047
invalid character U+0023 '#'
Analyze: baseapp/abci_test.go#L2058
method has multiple receivers
Analyze: baseapp/abci_test.go#L2058
syntax error: unexpected (, expected name
Analyze: baseapp/abci_test.go#L2060
syntax error: unexpected ) after top level declaration (typecheck)
Analyze: baseapp/abci_test.go#L2032
expected statement, found '<<' (typecheck)
Analyze: baseapp/abci_test.go#L2040
expected statement, found '==' (typecheck)
Analyze: baseapp/abci_test.go#L2043
expected declaration, found ')' (typecheck)
Analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/