3
0
Fork 0
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:
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: 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