From a1729b069c8dc471890b70c84c0332a3ccf8128a Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Fri, 12 Jan 2024 10:39:18 +0000 Subject: [PATCH] Use pull_request_target for Dependabot jira workflow --- .github/workflows/dependabot_jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_jira.yml b/.github/workflows/dependabot_jira.yml index 6249625e6..1d2ab485f 100644 --- a/.github/workflows/dependabot_jira.yml +++ b/.github/workflows/dependabot_jira.yml @@ -1,7 +1,7 @@ name: Dependabot Jira on: - pull_request: + pull_request_target: branches: - 4.6.x - main