Skip to content

Commit 844f831

Browse files
[action] Use pull_request_target trigger instead to avoid codeQL check approval (#12509)
1 parent a4fe681 commit 844f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- 'master'
99
- '202[0-9][0-9][0-9]'
10-
pull_request:
10+
pull_request_target:
1111
branches:
1212
- 'master'
1313
- '202[0-9][0-9][0-9]'

0 commit comments

Comments
 (0)