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:
parent
ee5ef758aa
commit
3ca6b80013
1 changed files with 0 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue