Skip to content

Replace System.out.println with LogManager in LSMVectorIndex - #2912

Closed
lvca with Copilot wants to merge 3 commits into
mainfrom
copilot/sub-pr-2911
Closed

Replace System.out.println with LogManager in LSMVectorIndex#2912
lvca with Copilot wants to merge 3 commits into
mainfrom
copilot/sub-pr-2911

Conversation

Copilot AI commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

Replaces direct console output with proper logging infrastructure in LSMVectorIndex.loadVectorsFromPages().

Motivation

Addresses code review feedback from #2911. Direct use of System.out.println in library code bypasses log level controls and output routing. The codebase uses LogManager consistently elsewhere.

Related issues

Additional Notes

Changed from string concatenation to format specifiers for cleaner logging:

// Before
System.out.println("loadVectorsFromPages DONE: Loaded " + vectorIndex.size() + " vector locations (" + entriesRead
    + " total entries) for index: " + indexName + ", nextId=" + nextId.get() + "...");

// After  
LogManager.instance().log(this, Level.INFO, "loadVectorsFromPages DONE: Loaded %d vector locations (%d total entries) for index: %s, nextId=%d, fileId=%d, totalPages=%d%s",
    vectorIndex.size(), entriesRead, indexName, nextId.get(), getFileId(), getTotalPages(), ...);

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

lvca and others added 2 commits December 11, 2025 10:41
each entry is not 17 bytes anymore, but variable. Also got rid of page header, because LSM are immutable only. Pointers are now absolute pointers.
Base automatically changed from lsm-vector-ultra-compressed to main December 11, 2025 15:49
Co-authored-by: lvca <312606+lvca@users.noreply.github.com>

Copilot AI commented Dec 11, 2025

Copy link
Copy Markdown
Contributor Author

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • repository.apache.org
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -classpath /home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/boot/plexus-classworlds-2.8.0.jar -Dclassworlds.conf=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/bin/m2.conf -Dmaven.home=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1 -Dlibrary.jansi.path=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/arcadedb/arcadedb org.codehaus.plexus.classworlds.launcher.Launcher -f pom.xml -B -V -e -Dfindbugs.skip -Dcheckstyle.skip -Dpmd.skip=true -Dspotbugs.skip -Denforcer.skip -Dmaven.javadoc.skip -DskipTests (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Address feedback on improved compression with lsm vectors Replace System.out.println with LogManager in LSMVectorIndex Dec 11, 2025
Copilot AI requested a review from lvca December 11, 2025 16:00
@mergify

mergify Bot commented Dec 14, 2025

Copy link
Copy Markdown
Contributor

🧪 CI Insights

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

🟢 All jobs passed!

But CI Insights is watching 👀

@robfrank robfrank closed this Jan 16, 2026
@robfrank
robfrank deleted the copilot/sub-pr-2911 branch January 16, 2026 20:14
mergify Bot added a commit that referenced this pull request Feb 5, 2026
…in /studio in the security-critical group [skip ci]

Bumps the security-critical group in /studio with 1 update: [sweetalert2](https://github.com/sweetalert2/sweetalert2).
Updates `sweetalert2` from 11.26.17 to 11.26.18
Release notes

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

> v11.26.18
> ---------
>
> [11.26.18](sweetalert2/sweetalert2@v11.26.17...v11.26.18) (2026-02-02)
> -------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * types in argsToParams.js ([#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912)) ([11e6344](sweetalert2/sweetalert2@11e6344))


Changelog

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

> [11.26.18](sweetalert2/sweetalert2@v11.26.17...v11.26.18) (2026-02-02)
> -------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * types in argsToParams.js ([#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912)) ([11e6344](sweetalert2/sweetalert2@11e6344))


Commits

* [`01f6d80`](sweetalert2/sweetalert2@01f6d80) chore(release): 11.26.18 [skip ci]
* [`11e6344`](sweetalert2/sweetalert2@11e6344) fix: types in argsToParams.js ([#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912))
* [`4866232`](sweetalert2/sweetalert2@4866232) chore: bump bun.lock
* [`c640b87`](sweetalert2/sweetalert2@c640b87) chore: add PalsToy to sponsors
* [`b995377`](sweetalert2/sweetalert2@b995377) chore: bump stylelint deps
* [`c4a9734`](sweetalert2/sweetalert2@c4a9734) chore: bump bun.lock
* [`c212154`](sweetalert2/sweetalert2@c212154) chore: rm dollauthority from sponsors
* [`49c3c10`](sweetalert2/sweetalert2@49c3c10) chore: bump bun.lock
* [`84317f0`](sweetalert2/sweetalert2@84317f0) chore: rm dlxplugins from sponsors
* [`9ac3b97`](sweetalert2/sweetalert2@9ac3b97) chore: rm unnecessary code
* Additional commits viewable in [compare view](sweetalert2/sweetalert2@v11.26.17...v11.26.18)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=sweetalert2&package-manager=npm\_and\_yarn&previous-version=11.26.17&new-version=11.26.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 3.29.4.
Release notes

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

> v3.29.4
> -------
>
> 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.
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.29.4/CHANGELOG.md) for more information.
>
> v3.29.3
> -------
>
> 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.
>
> 3.29.3 - 21 Jul 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.29.3/CHANGELOG.md) for more information.


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.
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.3 - 21 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.2 - 30 Jun 2025
> --------------------
>
> * Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#2935](https://redirect.github.com/github/codeql-action/pull/2935)
>
> 3.29.1 - 27 Jun 2025
> --------------------
>
> * Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [ArcadeData#2938](https://redirect.github.com/github/codeql-action/pull/2938)
> * Update default CodeQL bundle version to 2.22.1. [ArcadeData#2950](https://redirect.github.com/github/codeql-action/pull/2950)
>
> 3.29.0 - 11 Jun 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.0. [ArcadeData#2925](https://redirect.github.com/github/codeql-action/pull/2925)
> * Bump minimum CodeQL bundle version to 2.16.6. [ArcadeData#2912](https://redirect.github.com/github/codeql-action/pull/2912)
>
> 3.28.20 - 21 July 2025
> ----------------------
>
> * Remove support for combining SARIF files from a single upload for GHES 3.18, see [the changelog post](https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload/). [ArcadeData#2959](https://redirect.github.com/github/codeql-action/pull/2959)
>
> 3.28.19 - 03 Jun 2025
> ---------------------
>
> * The CodeQL Action no longer includes its own copy of the extractor for the `actions` language, which is currently in public preview.
>   The `actions` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the `actions` language *and* you have pinned
>   your `tools:` property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
>   `actions` analysis.
> * Update default CodeQL bundle version to 2.21.4. [ArcadeData#2910](https://redirect.github.com/github/codeql-action/pull/2910)
>
> 3.28.18 - 16 May 2025
> ---------------------
>
> * Update default CodeQL bundle version to 2.21.3. [ArcadeData#2893](https://redirect.github.com/github/codeql-action/pull/2893)
> * Skip validating SARIF produced by CodeQL for improved performance. [ArcadeData#2894](https://redirect.github.com/github/codeql-action/pull/2894)
> * The number of threads and amount of RAM used by CodeQL can now be set via the `CODEQL_THREADS` and `CODEQL_RAM` runner environment variables. If set, these environment variables override the `threads` and `ram` inputs respectively. [ArcadeData#2891](https://redirect.github.com/github/codeql-action/pull/2891)
>
> 3.28.17 - 02 May 2025
> ---------------------

... (truncated)


Commits

* [`4e828ff`](github/codeql-action@4e828ff) Merge pull request [ArcadeData#2989](https://redirect.github.com/github/codeql-action/issues/2989) from github/update-v3.29.4-37264dc0b
* [`b3114b8`](github/codeql-action@b3114b8) Update changelog for v3.29.4
* [`37264dc`](github/codeql-action@37264dc) Merge pull request [ArcadeData#2988](https://redirect.github.com/github/codeql-action/issues/2988) from github/koesie10/disable-combine-single-file
* [`5a29823`](github/codeql-action@5a29823) Merge remote-tracking branch 'origin/main' into koesie10/disable-combine-sing...
* [`5a2327a`](github/codeql-action@5a2327a) Merge pull request [ArcadeData#2987](https://redirect.github.com/github/codeql-action/issues/2987) from github/mbg/combine-sarif-error
* [`287d421`](github/codeql-action@287d421) Disable combining runs within a single file
* [`43afe6e`](github/codeql-action@43afe6e) Treat processing error for multiple runs with the same category as configurat...
* [`8f2e636`](github/codeql-action@8f2e636) Merge pull request [ArcadeData#2981](https://redirect.github.com/github/codeql-action/issues/2981) from github/dependabot/npm\_and\_yarn/npm-fe13dfda46
* [`76bf77d`](github/codeql-action@76bf77d) Merge pull request [ArcadeData#2980](https://redirect.github.com/github/codeql-action/issues/2980) from github/dependabot/github\_actions/actions-504b6c...
* [`9e7d13d`](github/codeql-action@9e7d13d) Merge pull request [ArcadeData#2983](https://redirect.github.com/github/codeql-action/issues/2983) from github/koesie10/update-changelog-link
* Additional commits viewable in [compare view](github/codeql-action@181d5ee...4e828ff)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=3.29.2&new-version=3.29.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.4 to 3.29.5.
Release notes

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

> v3.29.5
> -------
>
> 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.
>
> 3.29.5 - 29 Jul 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.2. [ArcadeData#2986](https://redirect.github.com/github/codeql-action/pull/2986)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.29.5/CHANGELOG.md) for more information.


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.
>
> 3.29.5 - 29 Jul 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.2. [ArcadeData#2986](https://redirect.github.com/github/codeql-action/pull/2986)
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.3 - 21 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.2 - 30 Jun 2025
> --------------------
>
> * Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#2935](https://redirect.github.com/github/codeql-action/pull/2935)
>
> 3.29.1 - 27 Jun 2025
> --------------------
>
> * Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [ArcadeData#2938](https://redirect.github.com/github/codeql-action/pull/2938)
> * Update default CodeQL bundle version to 2.22.1. [ArcadeData#2950](https://redirect.github.com/github/codeql-action/pull/2950)
>
> 3.29.0 - 11 Jun 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.0. [ArcadeData#2925](https://redirect.github.com/github/codeql-action/pull/2925)
> * Bump minimum CodeQL bundle version to 2.16.6. [ArcadeData#2912](https://redirect.github.com/github/codeql-action/pull/2912)
>
> 3.28.21 - 28 July 2025
> ----------------------
>
> No user facing changes.
>
> 3.28.20 - 21 July 2025
> ----------------------
>
> * Remove support for combining SARIF files from a single upload for GHES 3.18, see [the changelog post](https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload/). [ArcadeData#2959](https://redirect.github.com/github/codeql-action/pull/2959)
>
> 3.28.19 - 03 Jun 2025
> ---------------------
>
> * The CodeQL Action no longer includes its own copy of the extractor for the `actions` language, which is currently in public preview.
>   The `actions` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the `actions` language *and* you have pinned
>   your `tools:` property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
>   `actions` analysis.
> * Update default CodeQL bundle version to 2.21.4. [ArcadeData#2910](https://redirect.github.com/github/codeql-action/pull/2910)

... (truncated)


Commits

* [`51f7732`](github/codeql-action@51f7732) Merge pull request [ArcadeData#2997](https://redirect.github.com/github/codeql-action/issues/2997) from github/update-v3.29.5-80a09d7b0
* [`8e90243`](github/codeql-action@8e90243) Update changelog for v3.29.5
* [`80a09d7`](github/codeql-action@80a09d7) Merge pull request [ArcadeData#2996](https://redirect.github.com/github/codeql-action/issues/2996) from github/dependabot/npm\_and\_yarn/npm-240ab9fad0
* [`8388115`](github/codeql-action@8388115) Merge pull request [ArcadeData#2994](https://redirect.github.com/github/codeql-action/issues/2994) from github/mergeback/changelog/v3.28.21
* [`401ecaf`](github/codeql-action@401ecaf) Merge branch 'main' into mergeback/changelog/v3.28.21
* [`ab5c0c5`](github/codeql-action@ab5c0c5) Merge branch 'main' into dependabot/npm\_and\_yarn/npm-240ab9fad0
* [`cd264d4`](github/codeql-action@cd264d4) Merge pull request [ArcadeData#2986](https://redirect.github.com/github/codeql-action/issues/2986) from github/update-bundle/codeql-bundle-v2.22.2
* [`4599055`](github/codeql-action@4599055) Merge branch 'main' into update-bundle/codeql-bundle-v2.22.2
* [`fd7ad51`](github/codeql-action@fd7ad51) Merge pull request [ArcadeData#2971](https://redirect.github.com/github/codeql-action/issues/2971) from github/update-supported-enterprise-server-versions
* [`ac0c9bf`](github/codeql-action@ac0c9bf) Merge branch 'main' into update-supported-enterprise-server-versions
* Additional commits viewable in [compare view](github/codeql-action@4e828ff...51f7732)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=3.29.4&new-version=3.29.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.29.8.
Release notes

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

> v3.29.8
> -------
>
> 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.
>
> 3.29.8 - 08 Aug 2025
> --------------------
>
> * Fix an issue where the Action would autodetect unsupported languages such as HTML. [ArcadeData#3015](https://redirect.github.com/github/codeql-action/pull/3015)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.29.8/CHANGELOG.md) for more information.


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.
>
> 3.29.8 - 08 Aug 2025
> --------------------
>
> * Fix an issue where the Action would autodetect unsupported languages such as HTML. [ArcadeData#3015](https://redirect.github.com/github/codeql-action/pull/3015)
>
> 3.29.7 - 07 Aug 2025
> --------------------
>
> This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
>
> 3.29.6 - 07 Aug 2025
> --------------------
>
> * The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [ArcadeData#2999](https://redirect.github.com/github/codeql-action/pull/2999)
> * Update default CodeQL bundle version to 2.22.3. [ArcadeData#3000](https://redirect.github.com/github/codeql-action/pull/3000)
>
> 3.29.5 - 29 Jul 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.2. [ArcadeData#2986](https://redirect.github.com/github/codeql-action/pull/2986)
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.3 - 21 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.2 - 30 Jun 2025
> --------------------
>
> * Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#2935](https://redirect.github.com/github/codeql-action/pull/2935)
>
> 3.29.1 - 27 Jun 2025
> --------------------
>
> * Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [ArcadeData#2938](https://redirect.github.com/github/codeql-action/pull/2938)
> * Update default CodeQL bundle version to 2.22.1. [ArcadeData#2950](https://redirect.github.com/github/codeql-action/pull/2950)
>
> 3.29.0 - 11 Jun 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.0. [ArcadeData#2925](https://redirect.github.com/github/codeql-action/pull/2925)
> * Bump minimum CodeQL bundle version to 2.16.6. [ArcadeData#2912](https://redirect.github.com/github/codeql-action/pull/2912)
>
> 3.28.21 - 28 July 2025
> ----------------------
>
> No user facing changes.

... (truncated)


Commits

* [`76621b6`](github/codeql-action@76621b6) Merge pull request [ArcadeData#3019](https://redirect.github.com/github/codeql-action/issues/3019) from github/update-v3.29.8-679a40d33
* [`29ac3ce`](github/codeql-action@29ac3ce) Add release notes for 3.29.7
* [`737cfde`](github/codeql-action@737cfde) Update changelog for v3.29.8
* [`679a40d`](github/codeql-action@679a40d) Merge pull request [ArcadeData#3014](https://redirect.github.com/github/codeql-action/issues/3014) from github/henrymercer/rebuild-dispatch
* [`6fe50b2`](github/codeql-action@6fe50b2) Merge pull request [ArcadeData#3015](https://redirect.github.com/github/codeql-action/issues/3015) from github/henrymercer/language-autodetection-worka...
* [`6bc91d6`](github/codeql-action@6bc91d6) Add changelog note
* [`6b4fedc`](github/codeql-action@6b4fedc) Bump Action patch version
* [`5794ffc`](github/codeql-action@5794ffc) Fix auto-detection of extractors that aren't languages
* [`bd62bf4`](github/codeql-action@bd62bf4) Finish in-progress merges
* [`2afb4e6`](github/codeql-action@2afb4e6) Avoid specifying branch unnecessarily
* Additional commits viewable in [compare view](github/codeql-action@51f7732...76621b6)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=3.29.7&new-version=3.29.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.8 to 3.29.9.
Release notes

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

> v3.29.9
> -------
>
> 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.
>
> 3.29.9 - 12 Aug 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.29.9/CHANGELOG.md) for more information.


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.
>
> 3.29.9 - 12 Aug 2025
> --------------------
>
> No user facing changes.
>
> 3.29.8 - 08 Aug 2025
> --------------------
>
> * Fix an issue where the Action would autodetect unsupported languages such as HTML. [ArcadeData#3015](https://redirect.github.com/github/codeql-action/pull/3015)
>
> 3.29.7 - 07 Aug 2025
> --------------------
>
> This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
>
> 3.29.6 - 07 Aug 2025
> --------------------
>
> * The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [ArcadeData#2999](https://redirect.github.com/github/codeql-action/pull/2999)
> * Update default CodeQL bundle version to 2.22.3. [ArcadeData#3000](https://redirect.github.com/github/codeql-action/pull/3000)
>
> 3.29.5 - 29 Jul 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.2. [ArcadeData#2986](https://redirect.github.com/github/codeql-action/pull/2986)
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.3 - 21 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.2 - 30 Jun 2025
> --------------------
>
> * Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#2935](https://redirect.github.com/github/codeql-action/pull/2935)
>
> 3.29.1 - 27 Jun 2025
> --------------------
>
> * Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [ArcadeData#2938](https://redirect.github.com/github/codeql-action/pull/2938)
> * Update default CodeQL bundle version to 2.22.1. [ArcadeData#2950](https://redirect.github.com/github/codeql-action/pull/2950)
>
> 3.29.0 - 11 Jun 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.0. [ArcadeData#2925](https://redirect.github.com/github/codeql-action/pull/2925)
> * Bump minimum CodeQL bundle version to 2.16.6. [ArcadeData#2912](https://redirect.github.com/github/codeql-action/pull/2912)

... (truncated)


Commits

* [`df55935`](github/codeql-action@df55935) Merge pull request [ArcadeData#3026](https://redirect.github.com/github/codeql-action/issues/3026) from github/update-v3.29.9-cc722e476
* [`53f255b`](github/codeql-action@53f255b) Update changelog for v3.29.9
* [`cc722e4`](github/codeql-action@cc722e4) Merge pull request [ArcadeData#3023](https://redirect.github.com/github/codeql-action/issues/3023) from github/redsun82/rust-test
* [`a4cd8fd`](github/codeql-action@a4cd8fd) Merge pull request [ArcadeData#3024](https://redirect.github.com/github/codeql-action/issues/3024) from github/dependabot/npm\_and\_yarn/npm-3a4f9bf414
* [`542b274`](github/codeql-action@542b274) Update checked-in dependencies
* [`1a376ca`](github/codeql-action@1a376ca) Bump the npm group with 6 updates
* [`9f966bb`](github/codeql-action@9f966bb) Merge branch 'main' into redsun82/rust-test
* [`c6dcdfa`](github/codeql-action@c6dcdfa) Merge pull request [ArcadeData#2993](https://redirect.github.com/github/codeql-action/issues/2993) from github/cklin/overlay-pack-check
* [`821d3bd`](github/codeql-action@821d3bd) Merge branch 'main' into cklin/overlay-pack-check
* [`bf1dd69`](github/codeql-action@bf1dd69) Move comments up in `rust.yml`
* Additional commits viewable in [compare view](github/codeql-action@76621b6...df55935)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=3.29.8&new-version=3.29.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…in /studio in the security-critical group [skip ci]

Bumps the security-critical group in /studio with 1 update: [sweetalert2](https://github.com/sweetalert2/sweetalert2).
Updates `sweetalert2` from 11.26.17 to 11.26.18
Release notes

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

> v11.26.18
> ---------
>
> [11.26.18](sweetalert2/sweetalert2@v11.26.17...v11.26.18) (2026-02-02)
> -------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * types in argsToParams.js ([ArcadeData#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912)) ([11e6344](sweetalert2/sweetalert2@11e6344))


Changelog

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

> [11.26.18](sweetalert2/sweetalert2@v11.26.17...v11.26.18) (2026-02-02)
> -------------------------------------------------------------------------------------------------
>
> ### Bug Fixes
>
> * types in argsToParams.js ([ArcadeData#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912)) ([11e6344](sweetalert2/sweetalert2@11e6344))


Commits

* [`01f6d80`](sweetalert2/sweetalert2@01f6d80) chore(release): 11.26.18 [skip ci]
* [`11e6344`](sweetalert2/sweetalert2@11e6344) fix: types in argsToParams.js ([ArcadeData#2912](https://redirect.github.com/sweetalert2/sweetalert2/issues/2912))
* [`4866232`](sweetalert2/sweetalert2@4866232) chore: bump bun.lock
* [`c640b87`](sweetalert2/sweetalert2@c640b87) chore: add PalsToy to sponsors
* [`b995377`](sweetalert2/sweetalert2@b995377) chore: bump stylelint deps
* [`c4a9734`](sweetalert2/sweetalert2@c4a9734) chore: bump bun.lock
* [`c212154`](sweetalert2/sweetalert2@c212154) chore: rm dollauthority from sponsors
* [`49c3c10`](sweetalert2/sweetalert2@49c3c10) chore: bump bun.lock
* [`84317f0`](sweetalert2/sweetalert2@84317f0) chore: rm dlxplugins from sponsors
* [`9ac3b97`](sweetalert2/sweetalert2@9ac3b97) chore: rm unnecessary code
* Additional commits viewable in [compare view](sweetalert2/sweetalert2@v11.26.17...v11.26.18)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=sweetalert2&package-manager=npm\_and\_yarn&previous-version=11.26.17&new-version=11.26.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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.

3 participants