Skip to content

chore: update periphery #147

chore: update periphery

chore: update periphery #147

Triggered via pull request May 21, 2026 16:27
Status Success
Total duration 24s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
commits
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@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/
solidity
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v3, actions/setup-node@v1. 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/
solidity: src/test/FunctionSignature.t.sol#L5
imported name IStrategyInterface is not used
solidity: src/test/FunctionSignature.t.sol#L4
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
solidity: src/StrategyFactory.sol#L64
Use Custom Errors instead of require statements
solidity: src/StrategyFactory.sol#L10
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/StrategyFactory.sol#L4
imported name ERC20 is not used
solidity: src/Strategy.sol#L73
Code contains empty blocks
solidity: src/Strategy.sol#L46
Code contains empty blocks
solidity: src/periphery/StrategyAprOracle.sol#L30
Variable "_delta" is unused
solidity: src/periphery/StrategyAprOracle.sol#L29
Variable "_strategy" is unused
solidity: src/interfaces/IStrategyInterface.sol#L6
Code contains empty blocks
solidity
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/