crytic / slither-action

GNU Affero General Public License v3.0
127 stars 19 forks source link

Rework Foundry installation #71

Open elopez opened 6 months ago

elopez commented 6 months ago

The action will now attempt to run foundryup multiple times in an attempt to make the installation more reliable. A new action parameter, foundry-version, is now available as well, so users can lock in a known-working Foundry version if needed.

Closes #69

excalq commented 2 months ago

Also considering support for a custom commit hash (foundryup --commit $FOUNDRYVER) as Foundry doesn't have immutable release tags yet. (https://github.com/foundry-rs/foundry/issues/3895)