Skip to content

ci(deps): bump actions/checkout from 4 to 6#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Open

ci(deps): bump actions/checkout from 4 to 6#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 15, 2026

Labels

The following labels could not be found: automated, ci. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from ksk5429 as a code owner April 15, 2026 05:55
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants