Bump serve-static and express #996
Triggered via pull request
September 17, 2024 07:19
Status
Success
Total duration
1m 31s
Artifacts
–
Annotations
11 warnings
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linters:
contracts/PermissionedNodeRegistry.sol#L21
Contract has 19 states declarations but allowed no more than 15
|
Run linters:
contracts/PermissionedNodeRegistry.sol#L627
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run linters:
contracts/PermissionlessNodeRegistry.sol#L24
Contract has 18 states declarations but allowed no more than 15
|
Run linters:
contracts/PermissionlessNodeRegistry.sol#L558
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run linters:
contracts/ProxyAdmin.sol#L4
imported name ProxyAdmin is not used
|
Run linters:
contracts/SDUtilityPool.sol#L18
Contract has 25 states declarations but allowed no more than 15
|
Run linters:
contracts/StaderConfig.sol#L72
Constant name must be in capitalized SNAKE_CASE
|
Run linters:
contracts/StaderOracle.sol#L20
Contract has 22 states declarations but allowed no more than 15
|
Run linters:
contracts/VaultProxy.sol#L40
Fallback function must be simple
|