Skip to content

Commit 1e96ad8

Browse files
committed
Use pull_request_target for CodeQL workflow.
1 parent f9a354b commit 1e96ad8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 5 deletions
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)