3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-18 13:57:39 +00:00

security: remove usage of pull_request_target event from test.yml (#1758)

This commit is contained in:
Tonye Jack 2023-11-28 21:22:26 -07:00 committed by GitHub
parent ee5ef758aa
commit 3ca6b80013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ on:
- "**"
pull_request_review:
types: [edited, dismissed, submitted]
pull_request_target:
pull_request:
types:
- assigned
@ -29,7 +28,6 @@ on:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest