chore(deps): update crytic/slither-action action to v0.4.0 #213
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.0
->v0.4.0
Release Notes
crytic/slither-action (crytic/slither-action)
v0.4.0
Compare Source
0.4.0 - 2024-05-01
This is a minor release for the Slither Action - the Github Action for Slither.
This release introduces one new feature -- support for external Slither plugins.
Plugin support
You can now use the new
slither-plugins
property to point to a pip requirements file to install alongside Slither. This may be used to install additional third-party or in-house detectors. Refer to the new example in the README for a sample workflow using this new feature.What's Changed
Full Changelog: crytic/slither-action@v0.3.2...v0.4.0
v0.3.2
Compare Source
0.3.2 - 2024-04-01
This is a patch release for the Slither Action - the Github Action for Slither.
What's Changed
Full Changelog: crytic/slither-action@v0.3.1...v0.3.2
v0.3.1
Compare Source
0.3.1 - 2024-01-31
This is a patch release for the Slither Action - the Github Action for Slither.
What's Changed
foundryup
version by @elopez in https://github.com/crytic/slither-action/pull/67New Contributors
Full Changelog: crytic/slither-action@v0.3.0...v0.3.1
v0.3.0
Compare Source
0.3.0 - 2023-02-21
This is a minor release for the Slither Action - the Github Action for Slither.
This release introduces one new feature. It also fixes an issue with Foundry projects, caused by recent mitigations implemented in
git
.New
stdout
output.This new output value lets you capture and use the output from Slither. This can be useful, for instance, to produce a Markdown report in combination with the Slither
--checklist
flag. Refer to the new example in the README for a sample workflow using this new feature.What's Changed
New Contributors
Thanks to the new contributors in this release!
Full Changelog: crytic/slither-action@v0.2.0...v0.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.