feat(security): separate agent action sandbox from internal workspace state (#3074)

This commit is contained in:
Steven Enamakel
2026-06-01 12:07:07 -07:00
committed by GitHub
parent df99680c18
commit 1f463dd7ea
113 changed files with 956 additions and 139 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run cargo llvm-cov for openhuman core
run: cargo llvm-cov -p openhuman --lcov --output-path lcov-core.info
run: cargo llvm-cov --no-fail-fast -p openhuman --lcov --output-path lcov-core.info
env:
CARGO_BUILD_JOBS: "2"
- name: Upload core lcov
uses: actions/upload-artifact@v5
with:
+3 -1
View File
@@ -315,7 +315,9 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run cargo llvm-cov for openhuman core
run: bash scripts/ci-cancel-aware.sh cargo llvm-cov -p openhuman --lcov --output-path lcov-core.info
run: bash scripts/ci-cancel-aware.sh cargo llvm-cov --no-fail-fast -p openhuman --lcov --output-path lcov-core.info
env:
CARGO_BUILD_JOBS: "2"
- name: Upload core lcov
uses: actions/upload-artifact@v5