File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
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,15 +20,8 @@ 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
23
30
24
run :
31
- needs : authorize # Require approval before running on forked pull requests
32
25
33
26
name : Check for Vulnerabilities
34
27
runs-on : ubuntu-latest
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,15 +21,8 @@ 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
24
31
25
check :
32
- needs : authorize
33
26
34
27
name : Check for Vulnerabilities
35
28
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments