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