Skip to content

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 #884

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2

chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 #884

Workflow file for this run

name: Static Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # v1.6.0
with:
version: stable
cache-key: ${{ github.job }}-${{ github.sha }}
- name: Install Dependencies with Soldeer
run: forge soldeer update
- name: Run Slither Analysis
uses: docker://trailofbits/eth-security-toolbox:latest
with:
args: slither /github/workspace --exclude-dependencies --checklist