From 65788e7a2c861c6d1b6da4b171e22693e1404964 Mon Sep 17 00:00:00 2001 From: Maksim Balabash Date: Tue, 21 Nov 2023 09:36:54 +0100 Subject: [PATCH] fix: drop semgrep action --- .github/workflows/semgrep.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/semgrep.yml diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml deleted file mode 100644 index ca54ccb..0000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - pull_request: {} - push: - branches: - - main - - master -name: Semgrep -jobs: - semgrep: - name: Scan - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: returntocorp/semgrep-action@v1 - with: - publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}