Skip to content

Update demo

Update demo #4041

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: crytic/slither-action@v0.3.0
with:
node-version: 20
continue-on-error: true