From f99e02c9120d3d1f720a52ee0c30f26168970cd1 Mon Sep 17 00:00:00 2001 From: Mark Smith Date: Mon, 30 Sep 2024 21:06:33 -0500 Subject: [PATCH] Update ci.yml for potential security issue. (#10242) Update ci.yml Replace pull_request_target with pull_request to mitigate potential vunerability. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be8953f9cb..ae8ff7f7509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: ci on: - pull_request_target: + pull_request: branches: [ main, feature/*, hotfix/* ] push: branches: [ main, feature/*, hotfix/* ]