Update upgrade check #3792
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/setup-python@v4, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/BountyV2.sol#L70
Error message for require is too long: 41 counted / 32 allowed
|
contracts/BountyV2.sol#L70
Use Custom Errors instead of require statements
|
contracts/BountyV2.sol#L96
Use Custom Errors instead of require statements
|
contracts/BountyV2.sol#L358
Use Custom Errors instead of require statements
|
contracts/ConstantsHolder.sol#L136
Error message for require is too long: 41 counted / 32 allowed
|
contracts/ConstantsHolder.sol#L136
Use Custom Errors instead of require statements
|
contracts/ConstantsHolder.sol#L163
Use Custom Errors instead of require statements
|
contracts/ConstantsHolder.sol#L186
Use Custom Errors instead of require statements
|
contracts/ConstantsHolder.sol#L224
Error message for require is too long: 71 counted / 32 allowed
|
contracts/ConstantsHolder.sol#L224
Use Custom Errors instead of require statements
|
This job succeeded
Loading