fix(ci): enable full checkout in supply chain verification

- Removed sparse-checkout configuration from supply-chain-pr workflow
- Ensures Dockerfile and source code are available for local build fallback
- Fixes "failed to find dockerfile" error when workflow is triggered by PR events
This commit is contained in:
GitHub Actions
2026-02-06 05:28:58 +00:00
parent 92bdf471e8
commit 00cc170a06

View File

@@ -48,10 +48,6 @@ jobs:
- name: Checkout repository
# actions/checkout v4.2.2
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
sparse-checkout: |
.github
sparse-checkout-cone-mode: false
- name: Extract PR number from workflow_run
id: pr-number