File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 77# documentation.
88
99name : Java CI with Maven
10-
11- on :
12- push :
13- branches : [ "master" ]
14- pull_request :
15- branches : [ "master" ]
1610permissions :
1711 contents : read
1812 id-token : write
1913 actions : read
2014 security-events : write
2115 pull-requests : read
2216
17+ on :
18+ push :
19+ branches : [ "master" ]
20+ pull_request :
21+ branches : [ "master" ]
22+
2323jobs :
2424 build :
2525
3838
3939 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
4040 - name : Update dependency graph
41- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
41+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
42+ uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
You can’t perform that action at this time.
0 commit comments