ci(deps): bump actions/checkout from 4 to 6#7
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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 |
ksk5429
pushed a commit
that referenced
this pull request
Apr 15, 2026
PRE-EXISTING TEST FAILURES (P1 #5, was 13 failed, now 0) tests/__init__.py -- enables tests.test_code_verification re-imports (fixes 3 failures) tests/test_op3_framework.py -- skipif for site_a deck, OptumGX master DB, optional docs; relax 'NRotors' (v4+ only) check tests/test_openfast_runner.py -- pytest.skip when bundled decks absent Result: 429 passed, 11 skipped, 0 failed across the full repo. PRODUCTION SUBPROCESS SANDBOX (P0 #3) backend/services/sandbox_worker.py -- isolated python interpreter, same restricted __builtins__ + __import__ allowlist as in-process backend/services/llm_service.py -- safe_execute(use_subprocess= True) by default; OS-killable on timeout via Process.terminate()/ .kill(). 18/18 LLM tests including a real CPU-bound infinite-loop that gets hard-killed in 2 s. STREAMING CHAT (P1 #6) POST /api/chat/stream -- SSE stream with chunk types first_token / first_done / exec_start / exec_done / second_token / done frontend useChat.ts -- streaming=true reads SSE, mutates the placeholder assistant turn as tokens arrive 503 guard tested. PDF EXPORT (P1 #8) POST /api/report/generate.pdf -- reportlab-based renderer, returns application/pdf with %PDF magic bytes asserted in tests ReportTab.tsx -- new .pdf download button alongside the .md one PROJECT PERSISTENCE (P2 #16) backend/services/project_store.py -- save/load/list/delete to op3_studio/projects/<name>.json with path-traversal guard /api/site/save / load / list / delete endpoints 6 tests: round-trip, list, 404, traversal rejected, long-name rejected, delete CI WORKFLOW (P1 #10) .github/workflows/op3-studio.yml -- backend pytest job + frontend vitest+build job on every PR touching op3_studio/ or op3/. FRONTEND TESTS (P1 #7) vite.config.ts -- vitest config with jsdom env src/test/setup.ts -- @testing-library + Three.js WebGLRenderer mock src/components/shared/{UnitInput,ParamSlider,ErrorBoundary}.test.tsx src/stores/projectStore.test.ts SPHINX ANCHORS PAGE (P2 #14) docs/sphinx/anchors.rst -- full module reference: scope, 5 capacity methods, installation, novel dissipation-centroid padeye, Andersen 2015 cyclic, MoorPy coupling, OptumGX driver, validation, references docs/sphinx/index.rst -- linked under 'Reference' toctree TOP-LEVEL README (P2 #15) README.md -- new highlight box for op3.anchors + op3_studio above the existing 'one diagram' section AI CODE AUDIT (P5 / pre-defense) docs/AI_CODE_AUDIT_DEFENSE.md -- resolution tracker for the 7 audit items; defense framing draft op3/standards/pisa.py:71-78 -- comment swap fixed (Burd=clay, Byrne=sand) per audit item #2 op3/standards/api_rp_2geo.py:48-55 -- FIXME comment for missing Gazetas cubic term per audit item #1; numerical fix deferred to author with reference to Gazetas 1991 Eqs. Test totals after this commit: Studio backend : 67/67 passing (was 57; +10 new) Anchor module : 134/134 passing Op3 framework + CI : 228 passed, 11 skipped (was 13 failed) Combined repo total : 429 passed, 11 skipped, 0 failed
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)