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
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3.17.1
uses: DeterminateSystems/determinate-nix-action@v3.17.3

- name: Verify checked-in release version parity
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 20
registry-url: https://registry.npmjs.org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-sce-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ inputs.release_ref }}

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v19
uses: DeterminateSystems/nix-installer-action@v22

- name: Build canonical Linux ARM CLI release artifacts
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
--out-dir dist

- name: Upload Linux ARM CLI release artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sce-release-aarch64-unknown-linux-gnu
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-sce-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ inputs.release_ref }}

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v19
uses: DeterminateSystems/nix-installer-action@v22

- name: Build canonical Linux CLI release artifacts
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
--out-dir dist

- name: Upload Linux CLI release artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sce-release-x86_64-unknown-linux-gnu
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-sce-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ inputs.release_ref }}

- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3.17.1
uses: DeterminateSystems/determinate-nix-action@v3.17.3

- name: Build canonical macOS ARM CLI release artifacts
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
--out-dir dist

- name: Upload macOS ARM CLI release artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sce-release-aarch64-apple-darwin
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-sce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ jobs:
ref: ${{ needs.resolve-release.outputs.tag }}

- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3.17.1
uses: DeterminateSystems/determinate-nix-action@v3.17.3

- name: Download CLI release artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
pattern: sce-release-*
path: dist/cli
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.direnv/
node_modules/
cli/target/
integrations/**/target/
cli/assets/generated/
result*
dist/
5 changes: 3 additions & 2 deletions context/architecture.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions context/context-map.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion context/glossary.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading