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
4 changes: 2 additions & 2 deletions .github/workflows/apply-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
steps:
- name: Checkout as GitHub App
id: checkout
uses: nsheaps/github-actions/.github/actions/checkout-as-app@c1794f6f4fbb3cbc5e5a71e820581a74239f706a # main
uses: nsheaps/github-actions/.github/actions/checkout-as-app@1e129396b6f0b39257efac9a255010fe64a68ef8 # main
with:
app-id: ${{ secrets.AUTOMATION_GITHUB_APP_ID }}
private-key: ${{ secrets.AUTOMATION_GITHUB_APP_PRIVATE_KEY }}

- name: Apply
id: apply
uses: nsheaps/github-actions/.github/actions/apply-repo-settings@c1794f6f4fbb3cbc5e5a71e820581a74239f706a # main
uses: nsheaps/github-actions/.github/actions/apply-repo-settings@1e129396b6f0b39257efac9a255010fe64a68ef8 # main
with:
token: ${{ steps.checkout.outputs.token }}
dry-run: ${{ inputs.dry-run || false }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# on the next PR event in repos using this template. This is intentional —
# operators who need pinned stability should replace @main with a commit SHA
# and update it in lock-step with plugin version bumps.
uses: nsheaps/agents/.github/workflows/review-dispatch.yaml@9384e01dd798d677750775d50068853aeb315b0b # main
uses: nsheaps/agents/.github/workflows/review-dispatch.yaml@4dc6f60f4666741f60cd93f46f3806d730008e9d # main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ Self-reference: 4dc6f60f4666741f60cd93f46f3806d730008e9d matches this PR's base SHA (chore: bump plugin versions and update marketplace [skip ci] on nsheaps/agents@main, 2026-08-12), so downstream template consumers converge on the same commit the reusable workflow will live at post-merge. Full 40-char SHA pinning and the # main sibling comment are preserved. No action needed.

# secrets: inherit doesn't pass cross-repo (GitHub limitation).
secrets:
AUTOMATION_GITHUB_APP_ID: ${{ secrets.AUTOMATION_GITHUB_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-status-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Authenticate as GitHub App
id: app-token
uses: nsheaps/github-actions/.github/actions/github-app-auth@c1794f6f4fbb3cbc5e5a71e820581a74239f706a # main
uses: nsheaps/github-actions/.github/actions/github-app-auth@1e129396b6f0b39257efac9a255010fe64a68ef8 # main
with:
app-id: ${{ secrets.AUTOMATION_GITHUB_APP_ID }}
private-key: ${{ secrets.AUTOMATION_GITHUB_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-to-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ permissions:
jobs:
sync:
name: Sync main -> */edge
uses: nsheaps/github-actions/.github/workflows/sync-main-to-edge.yaml@c1794f6f4fbb3cbc5e5a71e820581a74239f706a # main
uses: nsheaps/github-actions/.github/workflows/sync-main-to-edge.yaml@1e129396b6f0b39257efac9a255010fe64a68ef8 # main
with:
test_mode: ${{ inputs.test_mode == true }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-plugin-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
sync-specs:
uses: nsheaps/github-actions/.github/workflows/sync-plugin-specs.yaml@c1794f6f4fbb3cbc5e5a71e820581a74239f706a # main
uses: nsheaps/github-actions/.github/workflows/sync-plugin-specs.yaml@1e129396b6f0b39257efac9a255010fe64a68ef8 # main
permissions:
contents: write
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ runs:
# https://docs.claude.com/en/docs/claude-code/hooks
- name: Build prompt
id: prompt
uses: nsheaps/ai-mktpl/.github/actions/interpolate-prompt@0f61088bc3910ecc375166a7e3dc13a4244e117a # main
uses: nsheaps/ai-mktpl/.github/actions/interpolate-prompt@329302cdee5d1e49006dc548e55d4ca9e2dabc82 # main
with:
template-file: ${{ env.PROMPT_TEMPLATE }}

Expand Down
Loading