Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/agents-md-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,22 +120,22 @@ jobs:
contents: read
steps:
- name: Checkout caller repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

- name: Load integrity check script
# The checker comes from THIS repo (public, pinned via workflows_ref),
# never from the caller's checkout, so a PR can't rewrite the check.
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
path: _agents_md_integrity
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assign-prs-to-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
issues: write
steps:
- name: Assign unassigned PRs to their authors
uses: actions/github-script@v9
uses: actions/github-script@v9.0.0
with:
script: |
const skipBots = ${{ inputs.skip-bots }};
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-agents-md-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-assign-reviewers-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-auto-label-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-cursor-review-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-groom-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-pr-size-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Generate Cloud Code Bot token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: token
with:
app-id: ${{ vars.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cursor-review-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v3
uses: actions/create-github-app-token@v3.2.0
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.CLOUD_CODE_BOT_PRIVATE_KEY }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/cursor-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
within_cap: ${{ steps.count.outputs.within_cap }}
steps:
- name: Checkout PR repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:
PY

- name: Checkout PR repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -466,7 +466,7 @@ jobs:
# pinned via workflows_ref) — never from the PR checkout, so a
# malicious PR can't rewrite the prompt to exfiltrate the diff or
# smuggle instructions to the model.
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -587,13 +587,13 @@ jobs:
pull-requests: write
steps:
- name: Checkout PR repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false

- name: Load cursor-review assets
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -820,7 +820,7 @@ jobs:
- name: Mint bot-identity token (optional)
id: bot_token
if: ${{ inputs.bot_app_id != '' }}
uses: actions/create-github-app-token@v3
uses: actions/create-github-app-token@v3.2.0
with:
app-id: ${{ inputs.bot_app_id }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
Expand Down Expand Up @@ -877,7 +877,7 @@ jobs:
contents: read
steps:
- name: Load cursor-review assets
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -931,7 +931,7 @@ jobs:
contents: read
steps:
- name: Load cursor-review assets
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect-unreviewed-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check for unreviewed merge
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
UNREVIEWED_MERGES_TOKEN: ${{ secrets.UNREVIEWED_MERGES_TOKEN }}
APPROVAL_MODE: ${{ inputs.approval-mode }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/groom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
- name: Load groom assets (interval gate)
# interval.py is loaded from THIS repo at the pinned ref — a single
# source of truth like the briefs + ledger, never the target checkout.
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
have_candidates: ${{ steps.assert.outputs.have_candidates }}
steps:
- name: Checkout target repo (clean default branch)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -541,7 +541,7 @@ jobs:
# Trusted briefs come from THIS workflow's repo (public, pinned via
# workflows_ref) — never from the target checkout, so a malicious repo
# can't rewrite the prompt to change what groom does.
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -855,7 +855,7 @@ jobs:
have_findings: ${{ steps.validate.outputs.have_findings }}
steps:
- name: Checkout target repo (fresh clean default branch)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -864,7 +864,7 @@ jobs:
- name: Load groom assets (briefs)
# Re-fetched fresh from THIS repo — never inherited from the finder job,
# so a tampered brief cannot cross the job boundary.
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -1159,7 +1159,7 @@ jobs:
permission-pull-requests: read

- name: Load groom assets (ledger)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -1304,7 +1304,7 @@ jobs:
permission-issues: write

- name: Load groom assets (ledger)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -1479,14 +1479,14 @@ jobs:
idx: ${{ fromJSON(needs.build_select.outputs.build_idxs || '[]') }}
steps:
- name: Checkout target repo (clean default branch)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
path: repo

- name: Load groom assets (builder brief)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand Down Expand Up @@ -1871,7 +1871,7 @@ jobs:
permission-issues: write

- name: Load groom assets (signature marker)
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
Expand All @@ -1893,7 +1893,7 @@ jobs:
- name: Checkout target repo (as the bot, for the push)
# persist-credentials stays ON (default) with the bot token so the branch
# push authenticates as the bot — this is the credentialed job by design.
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
path: repo
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
contents: read
steps:
- name: Checkout PR head
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# Full history for all refs, so the base SHA and the merge-base
# three-dot diff resolve without a separate authenticated fetch.
Expand All @@ -166,15 +166,15 @@ jobs:
# The tool comes from THIS workflow's repo (public, pinned via
# workflows_ref) — never from the PR checkout, so no PR-authored code
# runs in this job.
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Comfy-Org/github-workflows
ref: ${{ inputs.workflows_ref }}
path: _pr_size_tool
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: _pr_size_tool/scripts/check-pr-size/go.mod
# The module is dependency-free (no go.sum) — nothing to cache.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
timeout-minutes: 15
steps:
- id: stale
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: -1 # issues disabled
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-agents-md-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bump-callers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-cursor-review-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.12'

Expand Down
Loading
Loading