mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 23:37:37 +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:
|
pull_request_review:
|
||||||
types: [edited, dismissed, submitted]
|
types: [edited, dismissed, submitted]
|
||||||
pull_request_target:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- assigned
|
- assigned
|
||||||
|
@ -29,7 +28,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue