From b8fc0a6eb440f09fb51e7fa4c87bb61e072dd000 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 25 Oct 2024 14:30:41 +0200 Subject: [PATCH] nvm --- .github/workflows/mainnet-contracts.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/mainnet-contracts.yml b/.github/workflows/mainnet-contracts.yml index 25e8ada..209350b 100644 --- a/.github/workflows/mainnet-contracts.yml +++ b/.github/workflows/mainnet-contracts.yml @@ -27,17 +27,6 @@ jobs: check_hidden: true check_filenames: true - - name: Semgrep - - uses: actions/checkout@v4 - 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: @@ -124,4 +113,4 @@ jobs: fail_ci_if_error: true name: mainnet-contracts files: "./lcov.info" - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }}