Skip to content

chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3#277

Merged
nikolanovoselec merged 1 commit intodevelopfrom
dependabot/github_actions/develop/github/codeql-action-4.35.3
May 9, 2026
Merged

chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3#277
nikolanovoselec merged 1 commit intodevelopfrom
dependabot/github_actions/develop/github/codeql-action-4.35.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps github/codeql-action from 4.35.2 to 4.35.3.

Release notes

Sourced from github/codeql-action's releases.

v4.35.3

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.35.3 - 01 May 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

4.33.0 - 16 Mar 2026

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.

... (truncated)

Commits
  • e46ed2c Merge pull request #3867 from github/update-v4.35.3-8c6e48dbe
  • b73d1d1 Add changelog entry for #3853
  • 24e0bb0 Reorder changelog entries
  • ec298da Update changelog for v4.35.3
  • 8c6e48d Merge pull request #3865 from github/update-bundle/codeql-bundle-v2.25.3
  • 7190983 Add changelog note
  • 2bb2095 Update default bundle to codeql-bundle-v2.25.3
  • 7851e55 Merge pull request #3850 from github/mbg/private-registry/cloudsmith-gcp
  • 262a15f Add generic non-printable chars test for OIDC configs
  • a6109b1 Merge pull request #3853 from github/mbg/start-proxy/improved-checks
  • Additional commits viewable in compare view

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 [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@95e58e9...e46ed2c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 6, 2026
@nikolanovoselec nikolanovoselec merged commit 65007ab into develop May 9, 2026
@nikolanovoselec nikolanovoselec deleted the dependabot/github_actions/develop/github/codeql-action-4.35.3 branch May 9, 2026 12:13
nikolanovoselec added a commit that referenced this pull request May 9, 2026
…Trivy refresh

* fix(host): raise PTY_KEEPALIVE_MS floor to 120m as safety net (AD47)

The host PTY reaper at 45m was killing the user's claude process before
the user-configured sleepAfter (up to 2h) had a chance to fire,
forcing /resume on every reconnect after ~1h idle. Reframed as a
pure safety net for stuck lastInputAt and floor raised to match
maximum sleepAfter.

* chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#277)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@95e58e9...e46ed2c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump jsdom from 29.1.0 to 29.1.1 in /web-ui (#282)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.0 to 29.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.0...v29.1.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 29.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump oxlint from 1.62.0 to 1.63.0 in /web-ui (#279)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.63.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump oxlint from 1.62.0 to 1.63.0 (#280)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.63.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump zod from 4.3.6 to 4.4.3 (#281)

Bumps [zod](https://github.com/colinhacks/zod) from 4.3.6 to 4.4.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump zod from 4.3.6 to 4.4.3 in /web-ui (#283)

Bumps [zod](https://github.com/colinhacks/zod) from 4.3.6 to 4.4.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(trivy): suppress 5 new bookworm CVEs (gnutls/mbedtls/libssh2)

CVE-2026-3833, CVE-2026-42010, CVE-2026-42011 — libgnutls30 nameConstraints
and NUL-char auth-bypass family. Container is HTTPS client only.

CVE-2026-25835 — libmbedtls DRBG seed misuse. Transitive rclone/curl dep
with no exposed DRBG material.

CVE-2026-7598 — libssh2 integer overflow via large username/password.
Container uses git-over-HTTPS, libssh2 never invoked with credentials.

* docs(spec): clarify REQ-SESSION-004 AC4 'sole enforcer' as container-level

spec-reviewer flagged that AC4's literal wording does not admit the
host-side PTY reaper documented in AD47. Inserts 'container-level' to
make the lane separation explicit. Pure clarification, no behavioural
change to the spec.

* feat(terminal): bump scrollback from 400 to 1000 lines

Both the browser xterm.js instance and the host-side headless serialize
buffer are bumped together to keep client and reconnect-restore in sync.

* docs: add AD47 backlinks to architecture.md and container.md

doc-updater MEDIUM-2 + MEDIUM-3: the 'single source of truth' idle
prose in both files described collectMetrics as the sole enforcer
without acknowledging the safety-net reaper documented in AD47. Adds
one sentence + AD47 anchor link in each file.

* fix: align test fixture and spec with scrollback 1000

- web-ui test fixture asserted scrollback:400; bumped to 1000
  (code-reviewer HIGH on PR #285)
- sdd/mobile.md REQ-MOB-004 constraint enumerated 400 lines; bumped
  to 1000 (spec-reviewer HIGH on PR #285)
- sdd/changes.md 2026-05-09 entry recording the user-observable bump

* fix(container): graceful Stop/Delete with final R2 bisync

Both POST /api/sessions/:id/stop and DELETE /api/sessions/:id call
container.destroy(), which the @cloudflare/containers SDK delivers as
SIGKILL. SIGKILL is uncatchable, so the entrypoint trap that runs the
final rclone bisync (REQ-SESSION-011) never fired on user-initiated
shutdowns — only the idle/quota path (which uses stop('SIGTERM'))
actually synced. Files written between the last 60s incremental sync
and shutdown were lost from R2.

The DO destroy() override now performs a graceful SIGTERM shutdown
inside the DO, polling ctx.container.running for up to 25 s before
falling back to super.destroy()'s SIGKILL. Storage identifiers are
still cleared first so resurrection prevention (REQ-SESSION-009) is
preserved.

- src/container/index.ts: graceful shutdown in destroy() override
- src/routes/session/crud.ts: comment updated to reflect new flow
- src/__tests__/routes/session.test.ts: deleted theater test
  ('does NOT call prepareShutdown') that masked the bug; renamed
  the lifecycle.ts companion test that lied about not waiting
- sdd/session-lifecycle.md: REQ-SESSION-006 AC1 + AC3 rewritten,
  REQ-SESSION-011 gains AC6 covering all paths to the trap
- sdd/changes.md: 2026-05-09 entry
- documentation/architecture.md: Session Stop Flow + destroy()
  Override descriptions updated
- documentation/mobile.md: stale 400 reference updated to 1000
  (doc-updater MEDIUM finding from prior pass)

* fix: address review findings on bisync graceful shutdown

- Remove em dashes introduced in this branch (user hard rule), replacing
  with regular hyphens, semicolons, or sentence breaks.
- Fix REQ-SESSION-006 AC3 wording: the misleading 'before R2 credentials
  are wiped' phrasing is replaced with 'before SDK teardown' and AC1 now
  notes that the entrypoint trap reads R2 creds from process env vars
  baked at container start, so DO storage clear ordering is not relevant
  to bisync correctness.
- Use logger.warn with structured data (error: message string) instead
  of passing the raw Error object as the second arg to match the
  documented logger signature.

* test: cover destroy() graceful shutdown polling loop

Adds four tests for the new destroy() override polling logic:
- Happy path: SIGTERM stops the container, polling loop exits early.
- Timeout: container stays running, loop exits after 25s, super.destroy
  still called.
- stop() rejects: error caught, super.destroy still called.
- Container already stopped: SIGTERM skipped, only storage cleanup runs.

Also localizes a beforeEach in the destroy describe block so the existing
storage-cleanup tests run with running=false (they don't exercise the new
polling branch and would otherwise wait the full 25s).

Fixes AD47 line references that drifted from the actual source positions
(server.ts:62 to :64, session.ts:300-318 to :296-319).

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: nikolanovoselec <nikolanovoselec@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant