From 0febd42f2980e23cc55a18a695afa0f5b6758340 Mon Sep 17 00:00:00 2001 From: Alan Jo Date: Sat, 27 Jan 2024 10:31:23 +0900 Subject: [PATCH] Delete .github/workflows/semgrep.yml --- .github/workflows/semgrep.yml | 19 ------------------- 1 file changed, 19 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 417ada3..0000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - pull_request: {} - push: - branches: - - release - paths: - - .github/workflows/semgrep.yml - schedule: - - cron: '0 0 * * 0' -name: Semgrep -jobs: - semgrep: - name: Scan - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: returntocorp/semgrep-action@v1 - with: - publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}