Migrate `pydantic-core` CI
by Viicos
·
Feb 06, 2026 at 19:02 UTC
·
scan-ab1c9eed2a7e3cbb
Get this automatically on every PR
Install the Axiomo GitHub App to get Signals as check runs and PR comments on every pull request.
Risk level: High (55%)
Migrate the CI process for `pydantic-core`.
'Migrate `pydantic-core` CI' is descriptive and concise.
No new unit tests or test file changes are in the diff.
CI configuration changes noted, but no evidence of test outcomes.
No documentation changes are visible in the diff.
No comments or requests for review found.
Trusted contributor with 453 merged PRs. maintains 112 public repositories. has 105 followers. unfamiliar with 4 files being modified.
Focus on 1 critical file(s)
.github/workflows/ci.yml
+377
Modifies ci_config code; 377 lines changed; Configuration
.github/actions/core-build-pgo-wheel/action.yml
+80
80 lines changed; New file; Configuration
pydantic-core/src/input/input_python.rs
+28
Source code
pydantic-core/src/validators/enum_.rs
+20
Source code
pydantic-core/Cargo.toml
+2
Configuration
24
minutes to review
medium
effort level
none
staleness risk
Prioritize for security-sensitive review
Some concerns to address before approval
.github/workflows/ci.yml
Requires security review for ci_config changes
Why is lint_passing missing? Consider adding this check.
Why is security_scan_clean missing? Consider adding this check.
.github/workflows/ci.yml
Critical file: Modifies ci_config code; 377 lines changed; Configuration
.github/actions/core-build-pgo-wheel/action.yml
New file in high-priority area: 80 lines changed; New file; Configuration
.github/workflows/ci.yml
CI configuration changed - verify build/deploy behavior