Commit 9be6c0b
committed
fix(ci): clone rolldown repo in cargo deny workflow
The rolldown directory is not a git submodule — it's an external repo
cloned by the CI clone action. The deny workflow had `submodules: true`
which was a no-op. Replace it with an explicit rolldown checkout at the
pinned hash from .upstream-versions.json.1 parent 808be2d commit 9be6c0b
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
0 commit comments