From c71c6460a7c9465cf468c49ef296315cfc1a9e02 Mon Sep 17 00:00:00 2001 From: "Gerardo O." Date: Wed, 4 Jun 2025 17:31:17 -0500 Subject: [PATCH] Delete .github/workflows/semgrep.yml --- .github/workflows/semgrep.yml | 24 ------------------------ 1 file changed, 24 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 bdac4f3a..00000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,24 +0,0 @@ -on: - workflow_dispatch: {} - pull_request: {} - push: - branches: - - main - - master - paths: - - .github/workflows/semgrep.yml - schedule: - # random HH:MM to avoid a load spike on GitHub Actions at 00:00 - - cron: 16 18 * * * -name: Semgrep -jobs: - semgrep: - name: Scan - runs-on: ubuntu-20.04 - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - container: - image: returntocorp/semgrep - steps: - - uses: actions/checkout@v3 - - run: semgrep ci