chore(ci)(deps): Bump actions/checkout from 4 to 6#4
Open
dependabot[bot] wants to merge 38 commits intomainfrom
Open
chore(ci)(deps): Bump actions/checkout from 4 to 6#4dependabot[bot] wants to merge 38 commits intomainfrom
dependabot[bot] wants to merge 38 commits intomainfrom
Conversation
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 76 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 2 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 4 ts/tsx, 2 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 11 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 5 py, 0 dart, 0 ts/tsx, 22 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 9 dart, 0 ts/tsx, 3 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 25 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 8 dart, 0 ts/tsx, 4 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 7 dart, 0 ts/tsx, 6 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 5 dart, 0 ts/tsx, 5 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 3 py, 0 dart, 0 ts/tsx, 0 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 2 py, 0 dart, 0 ts/tsx, 4 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 1 dart, 0 ts/tsx, 3 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 1 py, 0 dart, 0 ts/tsx, 2 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 3 py, 0 dart, 0 ts/tsx, 2 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 1 py, 23 dart, 2 ts/tsx, 8 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 1 py, 5 dart, 0 ts/tsx, 13 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 8 dart, 0 ts/tsx, 1 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 4 rs, 0 py, 119 dart, 0 ts/tsx, 154 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 1 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merges worktree-agent-a17332f2 branch containing the complete Flutter super-app (app/) with all 10 pillar screens, providers, and Rust bridge. Resolved docs/papers/che-framework/are-spec.md conflict (kept worktree version). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The Flutter super-app source code (app/lib/, app/test/, app/pubspec.yaml) was accidentally deleted in commit 8bd6eef. Restored from 8bd6eef~1. All 11 feature screens present: vault, messenger, voip, vpn, anonymizer, qai, email, browser, mesh, auth, settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rProvider WS-1 Pillar 5 (95% → 100%): - AnonymizerScreen now uses anonymizerProvider for level slider + redact (was incorrectly using piiProvider for everything) - L7 Quantum Jitter: entropy-seeded noise per character (non-deterministic) - L8 Differential Privacy: Laplace mechanism for numeric PII (epsilon=1.0) - L9 K-Anonymity: generalize email→domain, phone→area, zip→3 digits, name→initials, date→year - L10 Quantum OTP: XOR with entropy bytes, FNV-1a hash tag [QR_xxxxxx] - All levels fall back to Random.secure() when Rust entropy unavailable - Also restored app/rust/ (accidentally deleted in 8bd6eef) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WS-2 Pillars 6+8 (85% → 100%):
Shared fix (P6+P8):
- main.rs: use mpsc channel to capture proxy port from async spawn
- AI sidebar now receives actual proxy port (was always None)
- Cloud AI chat routes through PQC proxy when available
P8 ZipBrowser fixes:
- Back/Forward buttons now call goBack()/goForward() on provider
(were empty closures `() {}`)
- Fingerprint/Cookie toggles wired to BrowserState
(were local _BrowserScreenState bools that reset on rebuild)
- BrowserState gains history stack, fingerprintProtection, cookieRotation
- Fallback screen shows "Open in System Browser" via url_launcher
(was dead-end "Use Tauri desktop" message)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WS-3 Pillar 7 (75% → 90%): - _encryptAndSend() now scans message body for PII before encrypting - Shows dialog with PII count, sensitivity, and category breakdown - Three actions: Cancel, Anonymize & Send (uses anonymizerProvider at selected attachment level), or Send Anyway - Wired anonymizerProvider and piiProvider into email compose flow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WS-4 Pillar 2 (85% → 95%): - sendMessage() no longer unconditionally schedules demo auto-replies - Demo replies only fire when signaling was never connected (!isLive) - If signaling was live but dropped, shows error instead of faking replies - Production builds won't see demo behavior when connected to real server Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 1 rs, 0 py, 0 dart, 0 ts/tsx, 4 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…mCanary) WS-5 Pillar 9 (90% → 95%): - PresenceProof (0x05): spatiotemporal attestation with 64B signature - VitalAuthChallenge (0x06): continuous biometric auth with 32B nonce - EmCanaryAlert (0x07): TEMPEST countermeasure with frequency/power/level - All three have builder methods, serialize/deserialize, HMAC auth - 15 existing mesh tests pass, wire format backward-compatible Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WS-3 Pillar 7 (90% → 95%): - FilePicker with multi-select for txt/csv/json/pdf/doc/xlsx/png/jpg - Attachment chips with remove buttons in compose flow - Conditional warning when attachment anonymization level > 0 - Wired between compose card and self-destruct row Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WS-2 Pillar 6 (85% → 100%): - OllamaService: calls localhost:11434/api/chat with health check - Available models discovered via /api/tags endpoint - Provider selector shows "Ollama (Local)" with green/red health dot - Falls back gracefully when Ollama not running Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 4 py, 1 dart, 0 ts/tsx, 0 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 1 py, 0 dart, 0 ts/tsx, 0 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Restored ios/, android/, macos/, linux/, web/, windows/, rust_builder/ (deleted in 8bd6eef, only lib/ was restored earlier) - Fixed 12 analysis errors: isOnDevice→isLocal, removed dead rust.getEntropy call, added url_launcher dep, created assets/logos/ dir - Added mesh_provider.dart, provision_ruview_mesh.py, WebSocket ratchet tests - flutter analyze: 0 errors (5 info/warning) - flutter build ios --no-codesign: SUCCESS (41.5 MB) Ready for TestFlight: needs codesigning with Apple Developer cert. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 1 py, 0 dart, 0 ts/tsx, 4 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files: 0 rs, 0 py, 0 dart, 0 ts/tsx, 3 other Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…h visualizations Paper 1 (quantum anonymization): - Add IND-ANON indistinguishability game with per-cell zero advantage proof - Add DP-QRNG composition theorem (was "left for future work") - Add ideal functionality F_ANON with UC realization sketch - Fix: per-value bound uses joint TV (product formula), not max - Fix: corollary no longer overclaims k-anon/l-div survival through DP - Fix: UC delta uses single-dataset metric, not IND-ANON pair metric - Add Canetti UC citation (FOCS 2001) - Compiles clean, 25 pages, 20 formal results IP Assessment Report: - 7 figures (radar, market, thicket, regulatory, valuation, competitive, pillars) - Full scoring tables, institution lists, market sizing - Norwegian email body + English report versions - PDF + HTML (self-contained with embedded figures) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GitHub push protection blocked the push because PII scanner test fixtures contained example Stripe test API keys. Replaced with obviously fake placeholders that still trigger the PII scanner pattern match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)