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 @@ -156,7 +156,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 }}
8 changes: 4 additions & 4 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 @@ -376,7 +376,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-regex-set-core
manifest-path: crates/core/Cargo.toml
Expand All @@ -395,7 +395,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-regex-set-core
manifest-path: crates/core/Cargo.toml
Expand All @@ -413,7 +413,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
with:
package-files: |
package.json
Expand Down
Loading