1 parent 96fd77d commit cd4a415Copy full SHA for cd4a415
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,10 @@ jobs:
19
python-version: ["3.11", "3.12", "3.13", "3.14"]
20
steps:
21
- 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
26
27
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
28
with:
0 commit comments