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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permissions:

jobs:
dependabot-bun-dedupe:
uses: stella/.github/.github/workflows/dependabot-bun-dedupe.yml@dd6e8fa51339814159486cd92b5ae3a051eb15d2
uses: stella/.github/.github/workflows/dependabot-bun-dedupe.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
napi-ci:
if: ${{ always() && !cancelled() && needs.check-changes.result == 'success' && (needs.trust-check.result == 'success' || needs.trust-check.result == 'skipped') }}
needs: [check-changes, trust-check]
uses: stella/.github/.github/workflows/rust-napi-ci.yml@48aacae31829ce15216a6b766b03a92fd2e84da3
uses: stella/.github/.github/workflows/rust-napi-ci.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
node-version: "22"
trusted: ${{ (github.event_name != 'pull_request' || needs.trust-check.outputs.trusted == 'true') && 'true' || 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
|| github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA'
)
)
uses: stella/.github/.github/workflows/cla.yml@48aacae31829ce15216a6b766b03a92fd2e84da3
uses: stella/.github/.github/workflows/cla.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
allowlist: dependabot[bot],renovate[bot],github-actions[bot],google-labs-jules[bot],cursoragent
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provenance-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: stella/.github/.github/workflows/provenance-update.yml@48aacae31829ce15216a6b766b03a92fd2e84da3
uses: stella/.github/.github/workflows/provenance-update.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
secrets: inherit
with:
install-command: bun install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
name: Enforce release boundaries
permissions:
contents: read
uses: stella/.github/.github/workflows/release-policy.yml@437d9d78c38114a15c368daed7d3d1b36fd6b8fc
uses: stella/.github/.github/workflows/release-policy.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
version:
uses: stella/.github/.github/workflows/changeset-release-pr.yml@c56b0c1d1e82f5e3fffa733a32b9a503a172ee35
uses: stella/.github/.github/workflows/changeset-release-pr.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
secrets:
CHANGELOG_APP_ID: ${{ secrets.CHANGELOG_APP_ID }}
CHANGELOG_APP_PRIVATE_KEY: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github.event_name != 'workflow_dispatch'
|| inputs.publish_to_npm != true
|| github.ref == 'refs/heads/main'
uses: stella/.github/.github/workflows/npm-version-preflight.yml@48aacae31829ce15216a6b766b03a92fd2e84da3
uses: stella/.github/.github/workflows/npm-version-preflight.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
package-files: |
package.json
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: cargo doc --workspace --no-deps
env:
RUSTDOCFLAGS: -Dwarnings
- uses: stella/.github/actions/provenance-check@48aacae31829ce15216a6b766b03a92fd2e84da3
- uses: stella/.github/actions/provenance-check@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
provenance-version: v0.1.3
- run: bun run build
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
&& needs.core-verify.result == 'success'
&& (github.event_name == 'push'
|| inputs.publish_to_npm))
uses: stella/.github/.github/workflows/crates-io-publish.yml@437d9d78c38114a15c368daed7d3d1b36fd6b8fc
uses: stella/.github/.github/workflows/crates-io-publish.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
crate-name: stella-aho-corasick-core
manifest-path: crates/core/Cargo.toml
Expand All @@ -400,7 +400,7 @@ jobs:
&& needs.core-verify.result == 'success'
&& (github.event_name == 'push'
|| inputs.publish_to_npm))
uses: stella/.github/.github/workflows/crates-io-publish.yml@437d9d78c38114a15c368daed7d3d1b36fd6b8fc
uses: stella/.github/.github/workflows/crates-io-publish.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
with:
crate-name: stella-aho-corasick-core
manifest-path: crates/core/Cargo.toml
Expand All @@ -418,7 +418,7 @@ jobs:
&& needs.core.result == 'success'
&& (github.event_name == 'push'
|| inputs.publish_to_npm))
uses: stella/.github/.github/workflows/npm-version-finalize.yml@437d9d78c38114a15c368daed7d3d1b36fd6b8fc
uses: stella/.github/.github/workflows/npm-version-finalize.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Drop obsolete changelog arguments from finalization

At the newly pinned 9e19155 revision, npm-version-finalize.yml no longer declares update-changelog or the CHANGELOG_APP_* secrets because changelog generation was separated from finalization, but this caller still supplies them on lines 435 and 440–441. GitHub rejects reusable-workflow calls containing undeclared inputs or secrets, so the next VERSION-triggered release cannot start the finalize job; remove those arguments, since release-pr.yml already owns changelog updates.

AGENTS.md reference: AGENTS.md:L164-L166

Useful? React with 👍 / 👎.

with:
package-files: |
package.json
Expand Down
Loading