tofusoup
2026-01-07
Migrate to ci-tooling reusable workflow and commit uv.lock
10 files · 3,817+ · 125-
Migrate CI to reusable workflow
2 files changed
ci.ymlReplaced inline CI with reusable ci-tooling workflow targeting Python 3.11 (102-line change)release.ymlSimplified release to use reusable workflow pattern (54-line change)
- Rewrote ci.yml to use a centralized ci-tooling reusable workflow targeting Python 3.11 and simplified release.yml to match
baseline
architectural
2 files
ci.ymlrelease.yml
Commit dependency lock file
2 files changed
uv.lockAdded 3,729-line dependency lock file for reproducible builds.gitignoreUpdated to track lock file (3-line change)
Add security scanning configuration
4 files changed
.gitguardian.yamlAdded 11-line GitGuardian configuration.gitleaks.tomlAdded 15-line Gitleaks configuration.trufflehog-exclude-paths.txtAdded 7-line TruffleHog exclusion pathspyproject.tomlAdded 17 lines of security scanning configuration
Minor fixes
2 files changed
conftest.pyFixed formatting (3-line change)cli.mdAdded CLI reference line