Skip to content

Bump actions/checkout from 6 to 7 #679

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #679

Workflow file for this run

name: Slither Analysis
on:
push:
branches: [main]
pull_request:
types: [opened, reopened]
jobs:
analyze:
runs-on: ubuntu-latest
env:
FOUNDRY_PROFILE: slither
steps:
- uses: actions/checkout@v7
- name: Run Slither
uses: crytic/slither-action@v0.4.2
id: slither
with:
sarif: results.sarif
fail-on: none
node-version: v20.18.0