We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc7e58f + 3e09ef1 commit 169e917Copy full SHA for 169e917
.github/workflows/semgrep.yml
@@ -2,7 +2,7 @@ name: Semgrep
2
3
on:
4
merge_group:
5
- pull_request_target:
+ pull_request:
6
types:
7
- opened
8
- synchronize
@@ -20,16 +20,7 @@ concurrency:
20
cancel-in-progress: ${{ github.ref != 'refs/heads/5.x' }}
21
22
jobs:
23
- authorize:
24
- name: Authorize
25
- environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
26
- runs-on: ubuntu-latest
27
- steps:
28
- - run: true
29
-
30
check:
31
- needs: authorize
32
33
name: Check for Vulnerabilities
34
runs-on: ubuntu-latest
35
0 commit comments