diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7cd34696e..994ead542 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 a50c70083..86493b529 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 24d8a8a36..38bceef94 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 be73e3515..661279cf5 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 e259cf7d3..050ac12b4 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 f2bbb6a10..1ead432d5 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 d764dcd11..b43662a77 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 c21c5eca4..125cfb900 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 2a1282fa0..cc7d32faf 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 94d5aec6d..9bdf8a729 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 569a0419f..bc6e65bca 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 e27691317..1878a48bf 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 06aa4a3f7..1ee161f4c 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 c5bb92774..13a3c3d58 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 fc27711f5..9a1d1f9f1 100644
--- a/packaging/flatpak/dev.crocoder.sce.metainfo.xml
+++ b/packaging/flatpak/dev.crocoder.sce.metainfo.xml
@@ -21,7 +21,7 @@
sce
-
+