mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Change Static Analysis trigger event to pull_request_target
The GH security model restricts comment posting from PR actions. StaticAnalysis has added support for pull_request_target to mitigate risks while still allowing comments by the bot. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
c0bbcf613c
commit
6246a9df0e
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
|
|
||||||
on: pull_request
|
on: pull_request_target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user