Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agents-md-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
agents-md:
permissions:
contents: read
uses: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml@c6b3effa6d2e9fff97500d9688b54106f556c433 # github-workflows main (c6b3eff)
uses: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml@e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b # github-workflows main (c6b3eff)
with:
workflows_ref: c6b3effa6d2e9fff97500d9688b54106f556c433
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v7

- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cursor-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# SHA-pinned. Bump this SHA to pick up upstream changes; keep
# `workflows_ref` matching so prompts/scripts load from the same commit as
# the workflow definition.
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@ffcc3f5b4dfc568e846e769c4f4df4f749c7887b # github-workflows main (ffcc3f5)
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b # github-workflows main (ffcc3f5)
with:
# Overriding diff_excludes replaces the reusable default wholesale, so
# this restates the generated/vendored defaults and adds this repo's
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/groom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Omitting it rejects the run outright ("requesting 'actions: read', but is
# only allowed 'actions: none'").
actions: read
uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@c2315350ee0d60d0c5f16c1bdb0da7ecffc6d465 # main @ c231535
uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b # main @ c231535
with:
# File as cloud-code-bot (App token) rather than github-actions[bot]. Absent
# APP_ID degrades to github-actions[bot] instead of failing.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-repo-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
hygiene:
permissions:
contents: read
uses: Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml@3b2c8ca1f52056b54453a659fdb4473cfc88aa0e # github-workflows main (3b2c8ca)
uses: Comfy-Org/github-workflows/.github/workflows/public-repo-hygiene.yml@e203fbcc66ae92a4d492ca9cf6dc6a3d844a9b4b # github-workflows main (3b2c8ca)
with:
# REQUIRED, and must equal the `uses:` SHA above — the reusable asserts
# they match, which is what pins the checker to the reviewed commit.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v7

- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: true
python-version: '3.10' # Follow the min version in pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh-cql-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.CLOUD_CODE_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Persist the app token (not the default GITHUB_TOKEN) as the credential
# for `origin` so the later force-push is authored by the bot and fires
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
fi

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.10' # Follow the min version in pyproject.toml

Expand Down
Loading