From b36eb5515cc2a34a15383b2eee488dbac83d6caf Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:51:59 -0500 Subject: [PATCH] docs: remove version override in slither-action (#9708) --- .github/workflows/slither.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index f58edd30e443..f8935a75070a 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -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 @@ -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