conda-forge / webservices-dispatch-action

a GitHub action to rerender conda-forge feedstocks
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Enable CI restart, pin `setuptools`, & rebuild for new `git` #26

Closed jakirkham closed 1 year ago

jakirkham commented 1 year ago

Currently setuptools version 66.0.0 breaks re-rendering. This will inevitably affect the bot. So pin to an older setuptools to protect against it.

Also git fixed some CVEs recently in 2.39.1 ( https://github.com/conda-forge/git-feedstock/pull/127 ). The new package is in conda-forge, but we need a rebuild of the image to get it.

Finally add a button on CI to enable kicking off a build of the image manually when needed.

xref: https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/3973

jakirkham commented 1 year ago

Replacing with PR ( https://github.com/conda-forge/webservices-dispatch-action/pull/27 )