From f19c6871c40e47d1bd0555007048ca796eccac2c Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 25 Oct 2024 14:27:40 +0200 Subject: [PATCH] nvm --- .github/workflows/mainnet-contracts.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/mainnet-contracts.yml b/.github/workflows/mainnet-contracts.yml index 7a29971..2050c6c 100644 --- a/.github/workflows/mainnet-contracts.yml +++ b/.github/workflows/mainnet-contracts.yml @@ -27,16 +27,6 @@ jobs: check_hidden: true check_filenames: true - - name: Semgrep - uses: actions/setup-python@v5 - run: | - python -m pip install semgrep - export PATH="$HOME/.local/bin:$PATH" - - echo "$ semgrep --version" - semgrep --version - semgrep --config ./semgrep-rules/ - tests: runs-on: ubuntu-latest steps: