[VPD 1241] Certik - Venus Labs - Core Feature Reaudit #1145
ci.yml
on: pull_request
Compile / Lint / Build
4m 12s
Test
3m 14s
Deploy
2m 29s
export-deployments
3m 5s
Annotations
14 warnings
|
Deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
export-deployments
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3, stefanzweifel/git-auto-commit-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3, marocchino/sticky-pull-request-comment@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Compile / Lint / Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Compile / Lint / Build:
contracts/interfaces/VBep20Interface.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
Compile / Lint / Build:
contracts/interfaces/OracleInterface.sol#L2
Found more than One contract per file. 3 contracts found!
|
|
Compile / Lint / Build:
contracts/interfaces/IZkETH.sol#L5
Function name must be in mixedCase
|
|
Compile / Lint / Build:
contracts/interfaces/IDeviationBoundedOracle.sol#L254
Function order is incorrect, external function can not go after external view function (line 240)
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L720
Avoid making time-based decisions in your business logic
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L632
Avoid making time-based decisions in your business logic
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L494
Avoid making time-based decisions in your business logic
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L223
Function order is incorrect, external function can not go after external view function (line 208)
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L52
Immutable variables name are set to be in capitalized SNAKE_CASE
|
|
Compile / Lint / Build:
contracts/DeviationBoundedOracle.sol#L48
Immutable variables name are set to be in capitalized SNAKE_CASE
|