From ecdbf83df250e1792cb67c776629bce7785df4d8 Mon Sep 17 00:00:00 2001 From: Michael Contreras Date: Mon, 15 Jun 2026 14:42:34 -0700 Subject: [PATCH] chore(github|security): remove semgrep ci --- .github/workflows/security.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f5b55d8..ef489bd 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,15 +15,3 @@ jobs: cache: npm - name: npm audit run: npx audit-ci@^6 --config ./audit-ci.jsonc - semgrep: - runs-on: ubuntu-latest - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - container: - image: returntocorp/semgrep - steps: - - uses: actions/checkout@v5 - - run: semgrep ci -