diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml deleted file mode 100644 index c96c45c..0000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: "Semgrep" - -on: - merge_group: - push: - branches: - - master - pull_request: - types: - - opened - - synchronize - schedule: - - cron: "30 0 1,15 * *" - -jobs: - run: - if: github.actor != 'dependabot[bot]' - - name: "Run" - runs-on: ubuntu-latest - - container: - image: returntocorp/semgrep - - steps: - - uses: actions/checkout@v3 - - - run: semgrep ci - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}