Skip to content

Commit

Permalink
chore: Bump crytic/slither-action from 0.3.1 to 0.3.2 (#299)
Browse files Browse the repository at this point in the history
Bumps [crytic/slither-action](https://github.com/crytic/slither-action)
from 0.3.1 to 0.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crytic/slither-action/releases">crytic/slither-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.2</h2>
<h1>0.3.2 - 2024-04-01</h1>
<p>This is a patch release for the Slither Action - the Github Action
for <a href="https://github.com/crytic/slither">Slither</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>Add license file by <a
href="https://github.com/elopez"><code>@​elopez</code></a> in <a
href="https://redirect.github.com/crytic/slither-action/pull/77">crytic/slither-action#77</a></li>
<li>Always create compatibility symlink by <a
href="https://github.com/elopez"><code>@​elopez</code></a> in <a
href="https://redirect.github.com/crytic/slither-action/pull/76">crytic/slither-action#76</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/crytic/slither-action/compare/v0.3.1...v0.3.2">https://github.com/crytic/slither-action/compare/v0.3.1...v0.3.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crytic/slither-action/commit/8fd2924af9f2d7cb899dd25deefd2d5d6686f721"><code>8fd2924</code></a>
Merge pull request <a
href="https://redirect.github.com/crytic/slither-action/issues/82">#82</a>
from crytic/dev-version</li>
<li><a
href="https://github.com/crytic/slither-action/commit/0328f2f74674d727b230b397775fd0c28249d2f4"><code>0328f2f</code></a>
Update action version on README</li>
<li><a
href="https://github.com/crytic/slither-action/commit/c387a9ed7ec4a61eb3381d3bf1e2e9ecc96faac3"><code>c387a9e</code></a>
Merge pull request <a
href="https://redirect.github.com/crytic/slither-action/issues/76">#76</a>
from crytic/dev-always-compat-link</li>
<li><a
href="https://github.com/crytic/slither-action/commit/dfcf86514ff0d292e2127ad34cecc6671b6216f0"><code>dfcf865</code></a>
Merge pull request <a
href="https://redirect.github.com/crytic/slither-action/issues/77">#77</a>
from crytic/dev-license</li>
<li><a
href="https://github.com/crytic/slither-action/commit/46362f763a7bafd8ab530658f81b5ac7c598b860"><code>46362f7</code></a>
Add license file</li>
<li><a
href="https://github.com/crytic/slither-action/commit/572bf35c25df260359e653612166005968ced10e"><code>572bf35</code></a>
Always create compatibility symlink</li>
<li>See full diff in <a
href="https://github.com/crytic/slither-action/compare/v0.3.1...v0.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crytic/slither-action&package-manager=github_actions&previous-version=0.3.1&new-version=0.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 809f246 commit addf53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: forge build --build-info --skip test script

- name: Run Slither
uses: crytic/[email protected].1
uses: crytic/[email protected].2
id: slither
with:
ignore-compile: true
Expand Down

0 comments on commit addf53d

Please sign in to comment.