From fd755ec1f524f4261e3bc60e48185bf0d2dd3dd8 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 21 Jul 2026 13:09:41 -0400 Subject: [PATCH] .github: Add temporary checkout workaround in PatinaQemuPrValidation Checkout is blocked for v6 and v7. This change applies a workaround to allow the workflow to continue to run until the long-term solution to refactor the workflow is implemented. Signed-off-by: Michael Kubacki --- .github/workflows/PatinaQemuPrValidation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/PatinaQemuPrValidation.yml b/.github/workflows/PatinaQemuPrValidation.yml index 8b3135f..7c2e3dd 100644 --- a/.github/workflows/PatinaQemuPrValidation.yml +++ b/.github/workflows/PatinaQemuPrValidation.yml @@ -167,6 +167,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 with: + allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} ref: ${{ inputs.patina-ref || inputs.dxe-core-qemu-ref }} @@ -491,6 +492,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 with: + allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} ref: ${{ inputs.patina-ref || inputs.dxe-core-qemu-ref }} @@ -603,6 +605,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 with: + allow-unsafe-pr-checkout: true # Temporary. Tracked in https://github.com/OpenDevicePartnership/patina-devops/issues/166. repository: ${{ inputs.patina-ref != '' && 'OpenDevicePartnership/patina' || 'OpenDevicePartnership/patina-dxe-core-qemu' }} ref: ${{ inputs.patina-ref || inputs.dxe-core-qemu-ref }}