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.
This commit is contained in:
Christophe Coevoet
2026-07-27 14:45:01 +02:00
committed by GitHub
parent ea97a738a7
commit 6962ab5504
+1
View File
@@ -30,6 +30,7 @@ jobs:
with:
fetch-depth: 0
ref: 'refs/pull/${{ github.event.number }}/merge'
allow-unsafe-pr-checkout: true
-
name: Install tools