provide-foundry 2026-01-06
Split release workflow, fix CI issues, and add bandit security suppressions
1466 files · 1,952,647+ · 4,972,758-

Release workflow restructuring

2 files changed
  • release.yml Split into GitHub Release and Publish steps
  • ci.yml Updated naming and added workflow_dispatch trigger
  • Split release workflow into separate GitHub Release and Publish workflow steps baseline behavioral
    1 file
    • release.yml
  • Updated CI workflow naming and added workflow_dispatch trigger for manual runs baseline internal
    1 file
    • ci.yml

CI debugging and dependency fixes

1 file changed
  • pyproject.toml Added dev dependency group with CI tools and types-PyYAML
  • Added types-PyYAML to dev dependencies to fix mypy CI failure remediate internal
    1 file
    • pyproject.toml
  • Added bandit B603 and B404 warning suppressions for trusted subprocess calls harden internal
    1 file
    • pyproject.toml

Documentation and workspace updates

1 file changed
  • docs Updated documentation pages
  • Removed workspace configuration temporarily pending restructuring baseline internal
    1 file
    • pyproject.toml