Commit 72095fd
committed
[CI] Add
https://docs.github.com/en/code-security/reference/supply-chain-security/supported-ecosystems-and-repositories
Add the `uv.lock` file to Git
* **Reproducibility**: It pins every dependency to an exact version and content hash, eliminating the "it works on my machine" problem.
* **Deterministic CI/CD**: You can use `uv sync --locked` in your automated pipelines to guarantee the environment is identical to the one you tested locally.
* **Cross-Platform Resolution**: By default, `uv.lock` is designed to be universal and platform-agnostic, making it safe to share across different operating systems.
* **Security**: Tools like Dependabot can scan the lockfile to detect vulnerable dependencies.uv package ecosystem to dependabot1 parent 305795c commit 72095fd
3 files changed
Lines changed: 4571 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
0 commit comments