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:
4
.github/workflows/supply-chain-pr.yml
vendored
4
.github/workflows/supply-chain-pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user