File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Semgrep
2
2
3
3
on :
4
4
merge_group :
5
- pull_request_target :
5
+ pull_request :
6
6
types :
7
7
- opened
8
8
- synchronize
@@ -20,16 +20,7 @@ concurrency:
20
20
cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
21
21
22
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
23
run :
31
- needs : authorize # Require approval before running on forked pull requests
32
-
33
24
name : Check for Vulnerabilities
34
25
runs-on : ubuntu-latest
35
26
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Snyk
3
3
on :
4
4
merge_group :
5
5
workflow_dispatch :
6
- pull_request_target :
6
+ pull_request :
7
7
types :
8
8
- opened
9
9
- synchronize
@@ -21,16 +21,7 @@ concurrency:
21
21
cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
22
22
23
23
jobs :
24
- authorize :
25
- name : Authorize
26
- environment : ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
27
- runs-on : ubuntu-latest
28
- steps :
29
- - run : true
30
-
31
24
check :
32
- needs : authorize
33
-
34
25
name : Check for Vulnerabilities
35
26
runs-on : ubuntu-latest
36
27
You can’t perform that action at this time.
0 commit comments