From 656f8bc287ba15b07509f2f6c1b3c67ba22100f5 Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:00:15 -0500 Subject: [PATCH] chore: Change PR trigger to pull_request_target --- .github/workflows/pr-validation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 885817f7f..ab8540291 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -1,7 +1,7 @@ name: PR Validation on: - pull_request: + pull_request_target: branches: - main paths: @@ -25,6 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: + ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Setup Bun