diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7cd34696..994ead54 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml
index a50c7008..86493b52 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index 24d8a8a3..38bceef9 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
@@ -60,7 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml
index be73e351..661279cf 100644
--- a/.github/workflows/publish-crates.yml
+++ b/.github/workflows/publish-crates.yml
@@ -38,7 +38,7 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml
index e259cf7d..050ac12b 100644
--- a/.github/workflows/publish-npm.yml
+++ b/.github/workflows/publish-npm.yml
@@ -39,7 +39,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/release-sce-linux-arm.yml b/.github/workflows/release-sce-linux-arm.yml
index f2bbb6a1..1ead432d 100644
--- a/.github/workflows/release-sce-linux-arm.yml
+++ b/.github/workflows/release-sce-linux-arm.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/release-sce-linux.yml b/.github/workflows/release-sce-linux.yml
index d764dcd1..b43662a7 100644
--- a/.github/workflows/release-sce-linux.yml
+++ b/.github/workflows/release-sce-linux.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/release-sce-macos-arm.yml b/.github/workflows/release-sce-macos-arm.yml
index c21c5eca..125cfb90 100644
--- a/.github/workflows/release-sce-macos-arm.yml
+++ b/.github/workflows/release-sce-macos-arm.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: macos-14
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/release-sce.yml b/.github/workflows/release-sce.yml
index 2a1282fa..cc7d32fa 100644
--- a/.github/workflows/release-sce.yml
+++ b/.github/workflows/release-sce.yml
@@ -28,7 +28,7 @@ jobs:
version: ${{ steps.release_meta.outputs.version }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
@@ -88,7 +88,7 @@ jobs:
version: ${{ steps.resolve.outputs.version }}
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
@@ -210,7 +210,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 94d5aec6..9bdf8a72 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -36,7 +36,7 @@ jobs:
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
+ uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
diff --git a/.version b/.version
index 569a0419..bc6e65bc 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.4.0-pre-alpha-v2
+0.4.0-pre-alpha-v3
diff --git a/cli/Cargo.lock b/cli/Cargo.lock
index e2769131..1878a48b 100644
--- a/cli/Cargo.lock
+++ b/cli/Cargo.lock
@@ -3403,7 +3403,7 @@ dependencies = [
[[package]]
name = "shared-context-engineering"
-version = "0.4.0-pre-alpha-v2"
+version = "0.4.0-pre-alpha-v3"
dependencies = [
"anyhow",
"apple-native-keyring-store",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 06aa4a3f..1ee161f4 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shared-context-engineering"
-version = "0.4.0-pre-alpha-v2"
+version = "0.4.0-pre-alpha-v3"
edition = "2021"
description = "Shared Context Engineering CLI"
license = "Apache-2.0"
diff --git a/npm/package.json b/npm/package.json
index c5bb9277..13a3c3d5 100644
--- a/npm/package.json
+++ b/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "@crocoder-dev/sce",
- "version": "0.4.0-pre-alpha-v2",
+ "version": "0.4.0-pre-alpha-v3",
"description": "npm launcher package for the Shared Context Engineering CLI",
"type": "module",
"private": false,
diff --git a/packaging/flatpak/dev.crocoder.sce.metainfo.xml b/packaging/flatpak/dev.crocoder.sce.metainfo.xml
index fc27711f..9a1d1f9f 100644
--- a/packaging/flatpak/dev.crocoder.sce.metainfo.xml
+++ b/packaging/flatpak/dev.crocoder.sce.metainfo.xml
@@ -21,7 +21,7 @@
sce
-
+