Skip to content

Merge tag 'v3.0.0' into eigenda-v3.0.0 #98

Merge tag 'v3.0.0' into eigenda-v3.0.0

Merge tag 'v3.0.0' into eigenda-v3.0.0 #98

Workflow file for this run

# NOTE: Slither was outputting results irrespective of upstream. Currently
# disabling and will circle back in the future.
# name: Slither Analysis
# on:
# workflow_dispatch:
# pull_request:
# jobs:
# analyze:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Run Slither
# uses: crytic/slither-action@v0.4.0
# id: slither
# with:
# sarif: results.sarif
# fail-on: medium
# slither-args: --skip-assembly
# - name: Upload SARIF file
# if: always()
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: ${{ steps.slither.outputs.sarif }}