Commit Graph

2 Commits

Author SHA1 Message Date
Chris Nyhuis
860728c235 fix: pin 8 unpinned action(s),extract 3 unsafe expression(s) to env vars
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard).

Changes:
 .github/workflows/check-ai-co-authors.yml             | 4 +++-
 .github/workflows/check-line-endings.yml              | 5 ++++-
 .github/workflows/pullrequest-ci-run.yml              | 2 +-
 .github/workflows/stable-release.yml                  | 2 +-
 .github/workflows/test-ci.yml                         | 4 ++--
 .github/workflows/update-api-stubs.yml                | 2 +-
 .github/workflows/update-ci-container.yml             | 2 +-
 .github/workflows/update-version.yml                  | 9 ++++++---
 .github/workflows/windows_release_nightly_pytorch.yml | 2 +-
 .github/workflows/windows_release_package.yml         | 2 +-
 10 files changed, 21 insertions(+), 13 deletions(-)
2026-03-26 03:54:01 -04:00
Johnpaul Chiwetelu
ac4d8ea9b3
feat: add CI container version bump automation (#11692)
* feat: add CI container version bump automation

Adds a workflow that triggers on releases to create PRs in the
comfyui-ci-container repo, updating the ComfyUI version in the Dockerfile.

Supports both release events and manual workflow dispatch for testing.

* feat: add CI container version bump automation

Adds a workflow that triggers on releases to create PRs in the
comfyui-ci-container repo, updating the ComfyUI version in the Dockerfile.

Supports both release events and manual workflow dispatch for testing.

* ci: update CI container repository owner

* refactor: rename `update-ci-container.yaml` workflow to `update-ci-container.yml`

* Remove post-merge instructions from the CI container update workflow.
2026-01-13 22:39:22 -05:00