From cf1e545eee2e80e024796cbe0c206f09e851a608 Mon Sep 17 00:00:00 2001 From: Rick Ramgattie <59847209+rickramgattie@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:50:21 -0400 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 0faf310..8b13789 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,14 +1 @@ -name: Semgrep -on: - pull_request: {} - push: - branches: - - main - schedule: - - cron: 6 7 * * * - workflow_dispatch: {} -jobs: - semgrep: - uses: gemini/semgrep/.github/workflows/semgrep-base.yml@main - secrets: inherit