Skip to content

Commit

Permalink
docs: remove version override in slither-action (ethereum-optimism#9708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Mar 3, 2024
1 parent df98e90 commit b36eb55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

# Workaround to prevent slither-action from trying to install JS deps.
# Without this step, it detects the `package.json``, and since there is no
# Without this step, it detects the `package.json`, and since there is no
# lockfile it defaults `npm install` which fails due to the preinstall
# script to enforce pnpm. https://github.com/crytic/slither-action/issues/44#issuecomment-1338183656
- name: Remove package.json
Expand All @@ -30,8 +30,6 @@ jobs:
slither-config: packages/contracts-bedrock/slither.config.json
fail-on: config
sarif: results.sarif
# https://github.com/crytic/slither-action/issues/70#issuecomment-1932948435
slither-version: dev-triage-db
slither-args: --triage-database packages/contracts-bedrock/slither.db.json

- name: Upload SARIF file
Expand Down

0 comments on commit b36eb55

Please sign in to comment.