Skip to content

Merge pull request #44 from valory-xyz/28 #176

Merge pull request #44 from valory-xyz/28

Merge pull request #44 from valory-xyz/28 #176

Triggered via push October 18, 2024 12:37
Status Success
Total duration 59s
Artifacts

workflow.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
gitleaks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: contracts/AgentFactory.sol#L23
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/AgentMech.sol#L100
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/AgentMech.sol#L102
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/ExtendedAgentFactory.sol#L57
Rule is set with explicit type [var/s: uint]
build: contracts/Karma.sol#L70
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/Karma.sol#L153
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/KarmaProxy.sol#L46
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/KarmaProxy.sol#L50
Avoid to use low level calls
build: contracts/KarmaProxy.sol#L57
Contract [KarmaProxy] Fallback should be payable and external (code a receive() function is recommended!)
build: contracts/KarmaProxy.sol#L58
Avoid to use inline assembly. It is acceptable only in rare cases
build: scripts/deployment/verify_04_agent_mech.js#L1
'ethers' is assigned a value but never used