-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: ci-builder:0.49.0
#10414
ci: ci-builder:0.49.0
#10414
Conversation
Includes a bump of slither #10411
WalkthroughWalkthroughThe updates focus on upgrading key dependencies in the project's CI/CD pipeline. The Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files selected for processing (1)
Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@tynes slither seems to be failing in GH Actions |
Same error as before
|
Confirmed. This PR lgtm, but we do need to look into this bug |
@mds1 - thoughts on this slither issue? |
I suspect this is related to foundry-rs/foundry#7822 |
If this doesn't resolve the issue, let's also try a new CI builder image that bumps to the latest foundry per @0xalpharush's comment. We're on a nightly from Apr 21, so seems likely we're susceptible to the foundry-compilers issue |
@mds1 To be clear, I think an older version of Foundry would need to be pinned since I think that PR introduced a bug. The one used in ci-builder appears to be older than the PR so it should work. Currently, slither-action fetches the latest foundry version with @elopez is drafting the ability to pin a foundry version in slither-action and said:
|
I thought you were suggesting foundry-rs/foundry#7797 is the problem, which was closed by foundry-rs/foundry#7822. But I think you are saying foundry-rs/foundry#7822 introduced a bug? Pinning foundry in slither action is ideal in either case, so we can ensure it matches the version we specify in |
Description
Includes a bump of slither
#10411