From 3ca6b800138b4c660c4b99b76bb064cdf3f31e59 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 28 Nov 2023 21:22:26 -0700 Subject: [PATCH] security: remove usage of pull_request_target event from test.yml (#1758) --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f087694f98f..5d58eb76e7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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