From 4845b6231f5e491f4decd389c1593f8016460e58 Mon Sep 17 00:00:00 2001 From: drc-etiedeken <85185790+drc-etiedeken@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:39:04 -0500 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 39bfd73..eba9cbb 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,7 +1,7 @@ name: Semgrep on: - pull_request_target: {} + pull_request: {} push: branches: ["master", "main"] permissions: @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v3 - run: semgrep ci env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}