Merge tag 'v3.0.0' into eigenda-v3.0.0 #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |