From 4cba9a2994ffd55cfcd293054526bd09278a7eca Mon Sep 17 00:00:00 2001 From: "w. ian douglas" Date: Tue, 9 Sep 2025 15:25:23 -0600 Subject: [PATCH] Iand/recipe scanner updates (#4584) --- .github/workflows/recipe-security-scanner.yml | 2 +- .github/workflows/validate-recipe-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/recipe-security-scanner.yml b/.github/workflows/recipe-security-scanner.yml index e38dc4c2..4e8d0b32 100644 --- a/.github/workflows/recipe-security-scanner.yml +++ b/.github/workflows/recipe-security-scanner.yml @@ -1,7 +1,7 @@ name: Recipe Security Scan on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened] paths: - 'documentation/src/pages/recipes/data/recipes/**' diff --git a/.github/workflows/validate-recipe-pr.yml b/.github/workflows/validate-recipe-pr.yml index 627ed8bf..af78512f 100644 --- a/.github/workflows/validate-recipe-pr.yml +++ b/.github/workflows/validate-recipe-pr.yml @@ -1,7 +1,7 @@ name: Validate Recipe PR on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened] paths: - 'documentation/src/pages/recipes/data/recipes/**'