Skip to content

Comments

New studio#3485

Merged
lvca merged 8 commits intomainfrom
new-studio
Feb 19, 2026
Merged

New studio#3485
lvca merged 8 commits intomainfrom
new-studio

Conversation

@lvca
Copy link
Contributor

@lvca lvca commented Feb 19, 2026

New studio!

image

Schema

image

API Playground

image

Better docs
image

Dark mode
image

@lvca lvca added this to the 26.3.1 milestone Feb 19, 2026
@lvca lvca self-assigned this Feb 19, 2026
@lvca lvca merged commit de9ea0c into main Feb 19, 2026
8 of 13 checks passed
@mergify
Copy link
Contributor

mergify bot commented Feb 19, 2026

🧪 CI Insights

Here's what we observed from your CI run for c7f4f46.

🟢 All jobs passed!

But CI Insights is watching 👀

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @lvca, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request delivers a significant upgrade to the ArcadeDB Studio, focusing on a complete overhaul of its user interface and core functionalities. The changes aim to provide a more modern, efficient, and user-friendly environment for interacting with ArcadeDB databases. Key improvements include a visually refreshed design with dark mode capabilities, an interactive API exploration tool, a more structured and actionable database schema view, and a powerful record editor for direct data manipulation. These enhancements collectively improve developer productivity and the overall usability of the Studio.

Highlights

  • New Studio User Interface: The entire Studio UI has been redesigned for a modern and intuitive user experience, featuring a new layout, improved navigation, and enhanced visual consistency across all sections.
  • Dark Mode Support: Introduced comprehensive dark mode styling, allowing users to switch between light, dark, or system-preferred themes for improved readability and reduced eye strain.
  • Interactive API Playground: The API documentation has been transformed into an interactive playground, providing detailed endpoint descriptions, request/response examples, and a 'Try It' feature for direct API testing.
  • Enhanced Database Schema Browser: The database schema view now includes a dedicated sidebar for browsing types, offering detailed information about properties and indexes, along with quick action buttons for common tasks.
  • Integrated Query Editor Features: The query editor now features a multi-panel sidebar for quick access to query history, saved queries, a language reference, and Studio settings, streamlining the query development workflow.
  • Dedicated Record Editor: A new record editor has been implemented, enabling direct viewing, editing, and deletion of database records from both table and graph result views.
  • Modernized Notifications and Modals: Replaced the third-party SweetAlert2 library with custom Bootstrap-based modals and toast notifications, ensuring a consistent look and feel throughout the application.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • studio/src/main/resources/static/api.html
    • Refactored the API documentation page into an interactive API playground with detailed endpoint descriptions and a 'Try It' feature.
  • studio/src/main/resources/static/css/studio.css
    • Introduced CSS custom properties for theming and added comprehensive dark mode styles.
    • Applied new styling for various UI components including sidebars, buttons, tables, and the query editor.
  • studio/src/main/resources/static/database.html
    • Redesigned the database tab to feature a new sidebar for schema types and a detailed type information panel.
    • Updated action buttons for database management.
  • studio/src/main/resources/static/index.html
    • Added a theme initialization script to support light/dark/system themes.
    • Replaced SweetAlert2 with custom Bootstrap modals and toast notifications.
    • Integrated new HTML partials for settings and the global modal.
  • studio/src/main/resources/static/js/studio-cluster.js
    • Updated the 'connectToCluster' function to utilize the new 'globalPrompt' modal for user input.
  • studio/src/main/resources/static/js/studio-database.js
    • Introduced 'globalSchemaTypes' variable for schema management.
    • Updated login modal handling to ensure proper UI state.
    • Refactored query history and added saved queries, reference, and settings panels for the query sidebar.
    • Updated schema display logic to use the new sidebar structure and enhanced property/index rendering.
  • studio/src/main/resources/static/js/studio-graph-widget.js
    • Modified node and edge selection display to integrate with the new record editor.
  • studio/src/main/resources/static/js/studio-record-editor.js
    • Added a new JavaScript file implementing a dedicated record editor for viewing, editing, and deleting database records.
  • studio/src/main/resources/static/js/studio-server.js
    • Enhanced server connection display with a compact label and a detailed popover.
    • Updated 'updateServerSetting' to use the new 'globalPrompt' modal.
  • studio/src/main/resources/static/js/studio-table.js
    • Modified table rendering to link '@Rid' values to the new record editor.
    • Refactored DataTables export buttons into a custom dropdown.
  • studio/src/main/resources/static/js/studio-utils.js
    • Replaced SweetAlert2 alert/confirm/prompt functions with custom Bootstrap modal implementations.
    • Updated 'globalNotifyError' to use the new notification system.
  • studio/src/main/resources/static/query.html
    • Implemented a new multi-panel sidebar for query features including overview, history, saved queries, reference, and settings.
    • Redesigned the query editor area with integrated save and run action buttons.
    • Reordered result tabs to prioritize the table view.
  • studio/src/main/resources/static/resources.html
    • Transformed the resources page into a structured documentation browser with a table of contents sidebar and an overview panel.
  • studio/src/main/resources/static/settings.html
    • Added a new HTML file for the Studio settings tab, including theme selection options.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a massive and impressive UI overhaul for the Studio. The new design is modern, well-structured, and packed with new features like the API playground, improved documentation browser, dark mode, and a consistent record editor. The move away from SweetAlert to a custom Bootstrap-based modal system is a great step for reducing dependencies and improving consistency. The code is mostly well-written, but I've identified a few areas to address regarding security (XSS) and maintainability.

Comment on lines +98 to +99
else if (!isNaN(current) && current.trim() !== "")
sqlValue = current;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The logic to determine the SQL value type can lead to unintended data corruption. The condition !isNaN(current) && current.trim() !== "" will treat any string that can be parsed as a number (e.g., a ZIP code like "01234") as a numeric type, saving it as 1234 and losing the leading zero. This could be problematic for string properties that happen to contain only digits.

To make this more robust, you could use the database schema information (which seems to be available in globalSchemaTypes) to check the property's defined type and quote the value only if it's a string type.

Comment on lines +126 to +128
globalNotify(title, message, "danger");
} catch (e) {
globalNotify("Error", escapeHtml(response), "danger");
globalNotify("Error", response, "danger");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The message and response variables, which can contain content from the server's error response, are passed to globalNotify without being HTML-escaped. The showNotification function in index.html then injects this content into the DOM via innerHTML. If the server's error response can contain user-controlled content, this could lead to a cross-site scripting (XSS) vulnerability. It's safer to always escape content received from the server before rendering it as HTML.

Suggested change
globalNotify(title, message, "danger");
} catch (e) {
globalNotify("Error", escapeHtml(response), "danger");
globalNotify("Error", response, "danger");
globalNotify(title, escapeHtml(message), "danger");
} catch (e) {
globalNotify("Error", escapeHtml(response), "danger");

</div>
</div>

<script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This large block of JavaScript is embedded directly in the HTML file. For better maintainability, separation of concerns, and to allow browser caching, it's recommended to move this script into its own external .js file and include it with a <script src="..."></script> tag.

Comment on lines +323 to +324
if (event && event.currentTarget)
event.currentTarget.classList.add("active");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The use of the global event object is a deprecated practice and may not be reliable across all browsers. It's better to pass the event object explicitly from the onclick handler to the function.

For example:
In HTML:

<div class="api-endpoint" onclick="showApiDetail(event, 'ready')">

In JavaScript:

function showApiDetail(event, key) { ... }

html += "<span class='api-method " + methodClass + "' style='font-size:0.72rem;padding:3px 10px'>" + ep.method + "</span>";
html += "<span class='api-detail-path'>" + escapeHtml(ep.path) + "</span>";
html += "</div>";
html += "<h5 class='api-detail-title'>" + ep.title + "</h5>";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The ep.title property is directly concatenated into the HTML string without escaping. While the data in apiEndpoints is currently hardcoded and appears safe, this is a risky practice. If this data were to come from a dynamic source in the future, it could introduce a cross-site scripting (XSS) vulnerability. It's best practice to HTML-escape all dynamic data before rendering it, unless it's explicitly intended to be HTML.

#studioPanel {
height: 100vh;
margin: 0 !important;
border: none !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are many uses of !important throughout the stylesheet (e.g., on lines 138, 195, 226, 244, 355, etc.). While sometimes necessary to override styles from a library like Bootstrap, excessive use can make the CSS difficult to maintain, debug, and override later. Where possible, consider increasing selector specificity to avoid using !important.

@claude
Copy link

claude bot commented Feb 19, 2026

Pull Request Review: New Studio

Overview

This PR introduces a major redesign of the ArcadeDB Studio web interface with significant UI/UX improvements including dark mode, improved query panel with saved queries, enhanced schema visualization, and a new record editor. The changes span 15 files with 5,098 additions and 1,201 deletions, primarily in the frontend (HTML/CSS/JS).


Positive Aspects

1. Excellent User Experience Improvements

  • Dark mode support with proper CSS custom properties - well implemented
  • Enhanced API documentation with interactive playground - great developer experience
  • Improved query interface with saved queries feature
  • New record editor with inline edit/delete capabilities
  • Better schema visualization with clearer type details and badges

2. Good Security Practices

  • Consistent use of escapeHtml() throughout the new code to prevent XSS attacks
  • Proper string escaping in SQL statements
  • Session token storage instead of storing passwords in localStorage
  • Bearer token authentication pattern implemented correctly

3. Code Organization

  • New modular component (studio-record-editor.js) follows separation of concerns
  • CSS custom properties make theming maintainable and consistent
  • Proper use of Bootstrap 5 modal API

Issues and Concerns

CRITICAL: Console Statements Left in Production Code

Issue: Multiple console.log, console.warn, and console.error statements remain in the code.

CLAUDE.md Requirement: "remove any System.out you used for debug when you have finished"

Found in: studio-database.js Lines 59, 75, 86, 94, 219, 253, 261, etc.

Action Required: Remove all console statements before merging.


HIGH: SQL Injection Risk in Property Names

Issue: Property names in studio-record-editor.js:110 are wrapped in backticks but not properly escaped.

Risk: If a property name contains a backtick character, it could break the SQL syntax.

Recommendation: Add property name validation to ensure only safe characters are allowed.


MEDIUM: JSON Injection Risk

Issue: studio-record-editor.js:100-106 allows JSON objects/arrays to be passed directly without additional validation after JSON.parse().

Risk: If ArcadeDB SQL parser doesn't properly handle edge cases in JSON, this could lead to syntax errors.

Recommendation: Consider using parameterized queries or add more robust validation for JSON strings.


MEDIUM: Missing Test Coverage

CLAUDE.md Requirement: "all new server-side code must be tested with a test case"

Issue: This PR adds significant new functionality but appears to have no automated tests for the new record editor, saved queries, or API playground features.

Recommendation: Add integration tests for HTTP endpoints or document manual testing results.


Security Review

Strengths:

  1. XSS Prevention: Consistent use of escapeHtml() in all user-controlled output
  2. Authentication: Token-based auth with proper Bearer header usage
  3. No hardcoded credentials in the code

Recommendations:

  1. Add Content Security Policy (CSP) headers
  2. Consider CSRF tokens for state-changing operations
  3. Validate session tokens have proper expiration/rotation

Action Items Before Merge

Must Fix (Blocking):

  1. Remove all console.log/warn/error statements (per CLAUDE.md)
  2. Add property name validation in record editor to prevent SQL syntax issues
  3. Test coverage: Run manual tests and document results, or add automated tests

Should Fix (High Priority):
4. Improve JSON value handling in record editor with better validation
5. Document or fix the Bootstrap modal backdrop hack (studio-database.js:268-276)
6. Add error handling for localStorage quota exceeded errors


Overall Assessment

Quality: Good
Security: Good (minor issues noted)
Compliance with CLAUDE.md: Partial - needs console.log cleanup and testing

This is a significant improvement to the Studio UI/UX and demonstrates good frontend development practices. However, it requires cleanup before merging:

  1. Remove debug console statements
  2. Add input validation for SQL construction
  3. Provide test coverage or manual testing documentation

Once these items are addressed, this will be an excellent addition to ArcadeDB!

Great work on the UI improvements! The new Studio looks much more modern and user-friendly.

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-10.54%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e97c30e) 86427 62783 72.64%
Head commit (c7f4f46) 115985 (+29558) 72034 (+9251) 62.11% (-10.54%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3485) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.82%. Comparing base (e97c30e) to head (c7f4f46).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3485      +/-   ##
==========================================
+ Coverage   63.59%   63.82%   +0.22%     
==========================================
  Files        1299     1299              
  Lines       86427    86427              
  Branches    17789    17789              
==========================================
+ Hits        54962    55160     +198     
+ Misses      23671    23461     -210     
- Partials     7794     7806      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mergify bot added a commit that referenced this pull request Feb 22, 2026
Bumps the github-actions group with 3 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action), [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).
Updates `anthropics/claude-code-action` from 1.0.51 to 1.0.55
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.55
> -------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.55>
>
> v1.0.54
> -------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.54>
>
> v1.0.53
> -------
>
> What's Changed
> --------------
>
> * fix: grant write permissions and use [`@​main`](https://github.com/main) in claude workflow by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#950](https://redirect.github.com/anthropics/claude-code-action/pull/950)
> * feat: add display\_report option to disable step summary by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#952](https://redirect.github.com/anthropics/claude-code-action/pull/952)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.53>
>
> v1.0.52
> -------
>
> What's Changed
> --------------
>
> * Fix stale claudeCodeVersion and update bump script to keep run.ts in sync by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#943](https://redirect.github.com/anthropics/claude-code-action/pull/943)
> * fix: revert to colon-based wildcard syntax for git permissions by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#949](https://redirect.github.com/anthropics/claude-code-action/pull/949)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.52>


Commits

* [`edd85d6`](anthropics/claude-code-action@edd85d6) chore: bump Claude Code to 2.1.49 and Agent SDK to 0.2.49
* [`0cf5eee`](anthropics/claude-code-action@0cf5eee) chore: bump Claude Code to 2.1.47 and Agent SDK to 0.2.47
* [`e6cb7a7`](anthropics/claude-code-action@e6cb7a7) chore: bump Claude Code to 2.1.45 and Agent SDK to 0.2.45
* [`2f8ba26`](anthropics/claude-code-action@2f8ba26) chore: bump Claude Code to 2.1.44 and Agent SDK to 0.2.44
* [`cc5ef44`](anthropics/claude-code-action@cc5ef44) feat: add display\_report option to disable step summary ([#952](https://redirect.github.com/anthropics/claude-code-action/issues/952))
* [`f6a1c4c`](anthropics/claude-code-action@f6a1c4c) fix: grant write permissions and use [`@​main`](https://github.com/main) in claude workflow ([#950](https://redirect.github.com/anthropics/claude-code-action/issues/950))
* [`68cfeea`](anthropics/claude-code-action@68cfeea) Revert "fix: replace deprecated :\* with modern \* wildcard in git permissions ...
* [`f508883`](anthropics/claude-code-action@f508883) Fix stale claudeCodeVersion in run.ts and update bump automation ([#943](https://redirect.github.com/anthropics/claude-code-action/issues/943))
* See full diff in [compare view](anthropics/claude-code-action@ea36d6a...edd85d6)
  
Updates `github/codeql-action` from 4.32.3 to 4.32.4
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v4.32.4
> -------
>
> * Update default CodeQL bundle version to [2.24.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2). [#3493](https://redirect.github.com/github/codeql-action/pull/3493)
> * Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. [#3473](https://redirect.github.com/github/codeql-action/pull/3473)
> * When the CodeQL Action is run [with debugging enabled in Default Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup) and [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries), the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. [#3486](https://redirect.github.com/github/codeql-action/pull/3486)
> * Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. [#3485](https://redirect.github.com/github/codeql-action/pull/3485)
> * Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a [nightly CodeQL CLI release](https://github.com/dsp-testing/codeql-cli-nightlies) instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. [#3484](https://redirect.github.com/github/codeql-action/pull/3484)


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.32.4 - 20 Feb 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2). [#3493](https://redirect.github.com/github/codeql-action/pull/3493)
> * Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. [#3473](https://redirect.github.com/github/codeql-action/pull/3473)
> * When the CodeQL Action is run [with debugging enabled in Default Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup) and [private package registries are configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries), the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. [#3486](https://redirect.github.com/github/codeql-action/pull/3486)
> * Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. [#3485](https://redirect.github.com/github/codeql-action/pull/3485)
> * Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a [nightly CodeQL CLI release](https://github.com/dsp-testing/codeql-cli-nightlies) instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. [#3484](https://redirect.github.com/github/codeql-action/pull/3484)
>
> 4.32.3 - 13 Feb 2026
> --------------------
>
> * Added experimental support for testing connections to [private package registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. [#3466](https://redirect.github.com/github/codeql-action/pull/3466)
>
> 4.32.2 - 05 Feb 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [#3460](https://redirect.github.com/github/codeql-action/pull/3460)
>
> 4.32.1 - 02 Feb 2026
> --------------------
>
> * A warning is now shown in Default Setup workflow logs if a [private package registry is configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) using a GitHub Personal Access Token (PAT), but no username is configured. [#3422](https://redirect.github.com/github/codeql-action/pull/3422)
> * Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. [#3421](https://redirect.github.com/github/codeql-action/pull/3421)
>
> 4.32.0 - 26 Jan 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.24.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.0). [#3425](https://redirect.github.com/github/codeql-action/pull/3425)
>
> 4.31.11 - 23 Jan 2026
> ---------------------
>
> * When running a Default Setup workflow with [Actions debugging enabled](https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging), the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. [#3409](https://redirect.github.com/github/codeql-action/pull/3409)
> * Improved error handling throughout the CodeQL Action. [#3415](https://redirect.github.com/github/codeql-action/pull/3415)
> * Added experimental support for automatically excluding [generated files](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github) from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. [#3318](https://redirect.github.com/github/codeql-action/pull/3318)
> * The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. [#3403](https://redirect.github.com/github/codeql-action/pull/3403)
>
> 4.31.10 - 12 Jan 2026
> ---------------------
>
> * Update default CodeQL bundle version to 2.23.9. [#3393](https://redirect.github.com/github/codeql-action/pull/3393)
>
> 4.31.9 - 16 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.8 - 11 Dec 2025
> --------------------

... (truncated)


Commits

* [`89a39a4`](github/codeql-action@89a39a4) Merge pull request [#3494](https://redirect.github.com/github/codeql-action/issues/3494) from github/update-v4.32.4-39ba80c47
* [`e5d84c8`](github/codeql-action@e5d84c8) Apply remaining review suggestions
* [`0c20209`](github/codeql-action@0c20209) Apply suggestions from code review
* [`314172e`](github/codeql-action@314172e) Fix typo
* [`cdda72d`](github/codeql-action@cdda72d) Add changelog entries
* [`cfda84c`](github/codeql-action@cfda84c) Update changelog for v4.32.4
* [`39ba80c`](github/codeql-action@39ba80c) Merge pull request [#3493](https://redirect.github.com/github/codeql-action/issues/3493) from github/update-bundle/codeql-bundle-v2.24.2
* [`00150da`](github/codeql-action@00150da) Add changelog note
* [`d97dce6`](github/codeql-action@d97dce6) Update default bundle to codeql-bundle-v2.24.2
* [`50fdbb9`](github/codeql-action@50fdbb9) Merge pull request [#3492](https://redirect.github.com/github/codeql-action/issues/3492) from github/henrymercer/new-repository-properties-ff
* Additional commits viewable in [compare view](github/codeql-action@9e907b5...89a39a4)
  
Updates `actions/dependency-review-action` from 4.8.2 to 4.8.3
Release notes

*Sourced from [actions/dependency-review-action's releases](https://github.com/actions/dependency-review-action/releases).*

> 4.8.3
> -----
>
> Dependency Review Action v4.8.3
> -------------------------------
>
> This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.
>
> We have also updated the release process to use a long-lived `v4` **branch** for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.
>
> What's Changed
> --------------
>
> * GitHub Actions can't push to our protected main by [`@​dangoor`](https://github.com/dangoor) in [actions/dependency-review-action#1017](https://redirect.github.com/actions/dependency-review-action/pull/1017)
> * Bump actions/stale from 9.1.0 to 10.1.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#995](https://redirect.github.com/actions/dependency-review-action/pull/995)
> * Bump github/codeql-action from 3 to 4 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#1003](https://redirect.github.com/actions/dependency-review-action/pull/1003)
> * Bump actions/setup-node from 4 to 6 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#1005](https://redirect.github.com/actions/dependency-review-action/pull/1005)
> * Upgrade glob to address a vulnerability by [`@​brrygrdn`](https://github.com/brrygrdn) in [actions/dependency-review-action#1024](https://redirect.github.com/actions/dependency-review-action/pull/1024)
> * Bump js-yaml by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#1020](https://redirect.github.com/actions/dependency-review-action/pull/1020)
> * Addressing vulnerabilities by [`@​Ahmed3lmallah`](https://github.com/Ahmed3lmallah) in [actions/dependency-review-action#1036](https://redirect.github.com/actions/dependency-review-action/pull/1036)
> * Bump fast-xml-parser from 5.3.3 to 5.3.5 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#1050](https://redirect.github.com/actions/dependency-review-action/pull/1050)
> * Bump fast-xml-parser from 5.3.5 to 5.3.6 by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#1053](https://redirect.github.com/actions/dependency-review-action/pull/1053)
> * Properly truncate long summaries and catch errors by [`@​juxtin`](https://github.com/juxtin) in [actions/dependency-review-action#1052](https://redirect.github.com/actions/dependency-review-action/pull/1052)
> * Bump spdx-expression-parse from 3.0.1 to 4.0.0 in the spdx-licenses group across 1 directory by [`@​dependabot`](https://github.com/dependabot)[bot] in [actions/dependency-review-action#931](https://redirect.github.com/actions/dependency-review-action/pull/931)
> * Changes for Release 4.8.3 by [`@​ahpook`](https://github.com/ahpook) in [actions/dependency-review-action#1054](https://redirect.github.com/actions/dependency-review-action/pull/1054)
>
> **Full Changelog**: <https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3>


Commits

* [`05fe457`](actions/dependency-review-action@05fe457) Merge pull request [#1054](https://redirect.github.com/actions/dependency-review-action/issues/1054) from actions/ahpook/release-4.8.3
* [`3a8496c`](actions/dependency-review-action@3a8496c) Update generated package files for v4.8.3
* [`0f22a01`](actions/dependency-review-action@0f22a01) Update CONTRIBUTING for new release process
* [`58be343`](actions/dependency-review-action@58be343) Updating package versions for 4.8.3
* [`9284e0c`](actions/dependency-review-action@9284e0c) Merge pull request [#931](https://redirect.github.com/actions/dependency-review-action/issues/931) from actions/dependabot/npm\_and\_yarn/spdx-licenses-20...
* [`8b76656`](actions/dependency-review-action@8b76656) Bump spdx-expression-parse in the spdx-licenses group across 1 directory
* [`43f5f02`](actions/dependency-review-action@43f5f02) Merge pull request [#1052](https://redirect.github.com/actions/dependency-review-action/issues/1052) from actions/juxtin/fix-long-summaries
* [`f0033fc`](actions/dependency-review-action@f0033fc) Merge pull request [#1053](https://redirect.github.com/actions/dependency-review-action/issues/1053) from actions/dependabot/npm\_and\_yarn/fast-xml-parser...
* [`b379e2e`](actions/dependency-review-action@b379e2e) Bump fast-xml-parser from 5.3.5 to 5.3.6
* [`2e1cf54`](actions/dependency-review-action@2e1cf54) Properly truncate long summaries and catch errors
* Additional commits viewable in [compare view](actions/dependency-review-action@3c4e3dc...05fe457)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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.

1 participant