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 }}