Skip to content

Commit cedb13c

Browse files
committed
Use pull_request_target for CodeQL workflow.
1 parent ff0c4a4 commit cedb13c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeql.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: "CodeQL"
33
on:
44
push:
55
branches:
6-
- master
7-
- main
8-
pull_request:
9-
branches:
10-
- master
116
- main
7+
pull_request_target:
128
schedule:
139
- cron: "32 3 * * 0"
1410

0 commit comments

Comments
 (0)