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:
Sean Robinson 2022-01-11 06:48:00 -07:00
parent c0bbcf613c
commit 6246a9df0e

View File

@ -1,7 +1,7 @@
name: Static Analysis
on: pull_request
on: pull_request_target
jobs: