Skip to content

chore: update version #367

chore: update version

chore: update version #367

Triggered via pull request October 31, 2024 17:32
@SchlagoniaSchlagonia
synchronize #105
304
Status Success
Total duration 24s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
solidity
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
commits
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
commits
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
commits
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/
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
solidity
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
solidity: src/BaseStrategy.sol#L101
Constant name must be in capitalized SNAKE_CASE
solidity: src/BaseStrategy.sol#L156
Avoid to use inline assembly. It is acceptable only in rare cases
solidity: src/BaseStrategy.sol#L257
Code contains empty blocks
solidity: src/BaseStrategy.sol#L356
Code contains empty blocks
solidity: src/BaseStrategy.sol#L458
Avoid to use low level calls
solidity: src/BaseStrategy.sol#L463
Avoid to use inline assembly. It is acceptable only in rare cases
solidity: src/BaseStrategy.sol#L486
When fallback is not payable you will not be able to receive ether
solidity: src/BaseStrategy.sol#L486
Fallback function must be simple
solidity: src/BaseStrategy.sol#L490
Avoid to use inline assembly. It is acceptable only in rare cases
solidity: src/interfaces/IStrategy.sol#L7
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/