Skip to content

chore: deploy mech marketplace #168

chore: deploy mech marketplace

chore: deploy mech marketplace #168

Triggered via pull request August 28, 2024 16:30
Status Failure
Total duration 1m 2s
Artifacts

workflow.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
gitleaks
Process completed with exit code 1.
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