Commit 3d9e110
committed
chore: pin pipelock action to SHA + pin release build tools
Resolves two OpenSSF Scorecard Pinned-Dependencies findings:
- ci.yml: pipelock action pinned to 38801766... (same SHA the main
pipelock repo uses for v2).
- release.yml: pip / build / twine pinned to specific versions
(26.0.1 / 1.4.3 / 6.2.0, current PyPI latest-stable). This is the
hot path that produces the published wheel, so a tighter pin
matters here even though ci.yml pip commands stay loose for
maintenance reasons.
Other Scorecard findings left as-is (dev-only ci pip commands,
Fuzzing, Code-Review, Maintained, CII-Best-Practices, Branch-Protection)
— either noise for a solo small lib or would disrupt the self-merge
workflow.1 parent 270faa3 commit 3d9e110
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | | - | |
57 | | - | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments