Skip to content

chore(deps): bump the ci-dependencies group in /.github/workflows with 7 updates - #832

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/ci-dependencies-630da536a0
Open

chore(deps): bump the ci-dependencies group in /.github/workflows with 7 updates#832
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/ci-dependencies-630da536a0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the ci-dependencies group in /.github/workflows with 7 updates:

Package From To
Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml c6b3effa6d2e9fff97500d9688b54106f556c433 e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
actions/checkout 6 7
astral-sh/setup-uv 9.0.0 10.0.1
Comfy-Org/github-workflows/.github/workflows/cursor-review.yml ffcc3f5b4dfc568e846e769c4f4df4f749c7887b e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
Comfy-Org/github-workflows/.github/workflows/groom.yml c2315350ee0d60d0c5f16c1bdb0da7ecffc6d465 e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml 3b2c8ca1f52056b54453a659fdb4473cfc88aa0e e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
actions/setup-python 6 7

Updates Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml from c6b3effa6d2e9fff97500d9688b54106f556c433 to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b

Commits
  • e203fbc ci: bump cursor-review to github-workflows@ffcc3f5 (#247)
  • ffcc3f5 fix(cursor-review): restore the blocking gate dropped by #31 (BE-4691) (#246)
  • 313d96a ci: bump cursor-review to github-workflows@b95f165 (#237)
  • 0fae42a ci: bump groom to github-workflows@c231535 (#244)
  • cec1c68 fix(workflow-pins): judge the FOLDED ref value for the job.workflow_sha fallb...
  • c231535 feat(groom): deny suites//cases/.y*ml in the builder patch policy (BE-9612)...
  • b95f165 ci(cursor-review): cut panel spend — 3-lab panel, xhigh judge, cell time cap,...
  • 2071bf3 ci: self-enroll this repo in its own agents-md-integrity reusable (#241)
  • d88f28d test(check-pr-size): pin initTestRepo's initial branch so go test passes unde...
  • 33b7e44 feat(bump-callers): honor a Skip-caller-bump commit trailer in the shared pre...
  • Additional commits viewable in compare view

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates astral-sh/setup-uv from 9.0.0 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates Comfy-Org/github-workflows/.github/workflows/cursor-review.yml from ffcc3f5b4dfc568e846e769c4f4df4f749c7887b to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b

Commits

Updates Comfy-Org/github-workflows/.github/workflows/groom.yml from c2315350ee0d60d0c5f16c1bdb0da7ecffc6d465 to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b

Commits
  • e203fbc ci: bump cursor-review to github-workflows@ffcc3f5 (#247)
  • ffcc3f5 fix(cursor-review): restore the blocking gate dropped by #31 (BE-4691) (#246)
  • 313d96a ci: bump cursor-review to github-workflows@b95f165 (#237)
  • 0fae42a ci: bump groom to github-workflows@c231535 (#244)
  • cec1c68 fix(workflow-pins): judge the FOLDED ref value for the job.workflow_sha fallb...
  • See full diff in compare view

Updates Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml from 3b2c8ca1f52056b54453a659fdb4473cfc88aa0e to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b

Commits
  • e203fbc ci: bump cursor-review to github-workflows@ffcc3f5 (#247)
  • ffcc3f5 fix(cursor-review): restore the blocking gate dropped by #31 (BE-4691) (#246)
  • 313d96a ci: bump cursor-review to github-workflows@b95f165 (#237)
  • 0fae42a ci: bump groom to github-workflows@c231535 (#244)
  • cec1c68 fix(workflow-pins): judge the FOLDED ref value for the job.workflow_sha fallb...
  • c231535 feat(groom): deny suites//cases/.y*ml in the builder patch policy (BE-9612)...
  • b95f165 ci(cursor-review): cut panel spend — 3-lab panel, xhigh judge, cell time cap,...
  • 2071bf3 ci: self-enroll this repo in its own agents-md-integrity reusable (#241)
  • d88f28d test(check-pr-size): pin initTestRepo's initial branch so go test passes unde...
  • 33b7e44 feat(bump-callers): honor a Skip-caller-bump commit trailer in the shared pre...
  • Additional commits viewable in compare view

Updates actions/setup-python from 6 to 7

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ci-dependencies group in /.github/workflows with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml](https://github.com/comfy-org/github-workflows) | `c6b3effa6d2e9fff97500d9688b54106f556c433` | `e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b` |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `9.0.0` | `10.0.1` |
| [Comfy-Org/github-workflows/.github/workflows/cursor-review.yml](https://github.com/comfy-org/github-workflows) | `ffcc3f5b4dfc568e846e769c4f4df4f749c7887b` | `e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b` |
| [Comfy-Org/github-workflows/.github/workflows/groom.yml](https://github.com/comfy-org/github-workflows) | `c2315350ee0d60d0c5f16c1bdb0da7ecffc6d465` | `e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b` |
| [Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml](https://github.com/comfy-org/github-workflows) | `3b2c8ca1f52056b54453a659fdb4473cfc88aa0e` | `e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` |


Updates `Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml` from c6b3effa6d2e9fff97500d9688b54106f556c433 to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
- [Commits](Comfy-Org/github-workflows@c6b3eff...e203fbc)

Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@c771a70...20cfd1b)

Updates `Comfy-Org/github-workflows/.github/workflows/cursor-review.yml` from ffcc3f5b4dfc568e846e769c4f4df4f749c7887b to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
- [Commits](Comfy-Org/github-workflows@ffcc3f5...e203fbc)

Updates `Comfy-Org/github-workflows/.github/workflows/groom.yml` from c2315350ee0d60d0c5f16c1bdb0da7ecffc6d465 to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
- [Commits](Comfy-Org/github-workflows@c231535...e203fbc)

Updates `Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml` from 3b2c8ca1f52056b54453a659fdb4473cfc88aa0e to e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
- [Commits](Comfy-Org/github-workflows@3b2c8ca...e203fbc)

Updates `actions/setup-python` from 6 to 7
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml
  dependency-version: e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
  dependency-type: direct:production
  dependency-group: ci-dependencies
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml
  dependency-version: e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
  dependency-type: direct:production
  dependency-group: ci-dependencies
- dependency-name: Comfy-Org/github-workflows/.github/workflows/groom.yml
  dependency-version: e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
  dependency-type: direct:production
  dependency-group: ci-dependencies
- dependency-name: Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml
  dependency-version: e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b
  dependency-type: direct:production
  dependency-group: ci-dependencies
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants