From 6962ab55046b6c52dbb82882c3580143344c07b2 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 27 Jul 2026 14:45:01 +0200 Subject: [PATCH] Enable unsafe PR checkout in workflow (#1551) Our recipes checker workflow is not running code from the checkout out codebase (it runs the recipes-checker tool fetched separately) so allowing the checkout is OK. --- .github/workflows/callable-qa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index e381fd8e..41081582 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -30,6 +30,7 @@ jobs: with: fetch-depth: 0 ref: 'refs/pull/${{ github.event.number }}/merge' + allow-unsafe-pr-checkout: true - name: Install tools