Skip to content

Commit cd4a415

Browse files
committed
ci: fetch history for provenance tests
1 parent 96fd77d commit cd4a415

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
python-version: ["3.11", "3.12", "3.13", "3.14"]
2020
steps:
2121
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
22+
with:
23+
# Provenance tests verify that generated artifacts reference an
24+
# ancestor source commit, which is unavailable in a depth-1 clone.
25+
fetch-depth: 0
2226

2327
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2428
with:

0 commit comments

Comments
 (0)