Skip to content

chore(studio-deps-dev)(deps-dev): bump watchpack from 2.5.0 to 2.5.1 in /studio#3169

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/watchpack-2.5.1
Jan 18, 2026
Merged

chore(studio-deps-dev)(deps-dev): bump watchpack from 2.5.0 to 2.5.1 in /studio#3169
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/watchpack-2.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 18, 2026

Copy link
Copy Markdown
Contributor

Bumps watchpack from 2.5.0 to 2.5.1.

Release notes

Sourced from watchpack's releases.

v2.5.1

Fixes

  • typo in typescript types
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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 <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 [watchpack](https://github.com/webpack/watchpack) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](webpack/watchpack@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: watchpack
  dependency-version: 2.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security studio labels Jan 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jan 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security studio labels Jan 18, 2026
@mergify

mergify Bot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 CI Insights

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

🟢 All jobs passed!

But CI Insights is watching 👀

@robfrank robfrank self-requested a review January 18, 2026 12:04
@mergify mergify Bot merged commit 3c6b2ee into main Jan 18, 2026
12 of 18 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/studio/main/watchpack-2.5.1 branch January 18, 2026 12:05
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
Bumps `gremlin.version` from 3.7.3 to 3.7.4.
Updates `org.apache.tinkerpop:gremlin-core` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-core's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
Updates `org.apache.tinkerpop:gremlin-server` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-server's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
Updates `org.apache.tinkerpop:gremlin-driver` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-driver's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
Updates `org.apache.tinkerpop:gremlin-util` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-util's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
Updates `org.apache.tinkerpop:gremlin-groovy` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-groovy's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
Updates `org.apache.tinkerpop:gremlin-test` from 3.7.3 to 3.7.4
Changelog

*Sourced from [org.apache.tinkerpop:gremlin-test's changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc).*

> === TinkerPop 3.7.4 (Release Date: August 1, 2025)
>
> * Fixed bug in server `Settings` where it was referencing a property that was back in 3.3.0 and generating a warning log.
> * Improved performance of `Traversal.lock()` which was being called excessively.
> * Added log entry in `WsAndHttpChannelizerHandler` to catch general errors that escape the handlers.
> * Improved invalid plugin error message in Gremlin Console.
> * Added a `MessageSizeEstimator` implementation to cover `Frame` allowing Gremlin Server to better estimate message sizes for the direct buffer.
> * Fixed bug in Gremlin Console for field accessor issue with JDK17.
> * Improved logging around triggers of the `writeBufferHighWaterMark` so that they occur more than once but do not excessively fill the logs.
> * Added server metrics to help better detect and diagnose write pauses due to the `writeBufferHighWaterMark`: `channels.paused`, `channels.total`, and `channels.write-pauses`.
> * Changed `IdentityRemovalStrategy` to omit `IdentityStep` if only with `RepeatEndStep` under `RepeatStep`.
> * Changed Gremlin grammar to make use of `g` to spawn child traversals a syntax error.
> * Fixed bug where the `Host` to `ConnectionPool` mapping on the `Client` in `gremlin-driver` can have no entries and therefore lead to a `NullPointerException` when borrowing a connection.
> * Added `unexpected-response` handler to `ws` for `gremlin-javascript`
> * Fixed bug in `TinkerTransactionGraph` where a read-only transaction may leave elements trapped in a "zombie transaction".
> * Fixed bug in `gremlin.sh` where it couldn't accept a directory name containing spaces.
> * Fixed issue in `gremlin-console` where it couldn't accept plugin files that included empty lines or invalid plugin names.
> * Modified grammar to make `none()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
> * Added missing anonymous support for `disjunct()` in Python and Javascript.
> * Fixed bug in 'gremlin-server.sh' to account for spaces in directory names.
> * Deprecated `gremlin_python.process.__.has_key_` in favor of `gremlin_python.process.__.has_key`.
> * Added `gremlin.spark.outputRepartition` configuration to customize the partitioning of HDFS files from `OutputRDD`.
> * Added `ClientSettings.Session` configuration in `gremlin-go` to configure a sessioned client.
> * Allowed `mergeV()` and `mergeE()` to supply `null` in `Map` values.
> * Fixed limitation in multi-line detection preventing `:remote console` scripts from being sent to the server.
> * Changed signature of `hasId(P<Object>)` and `hasValue(P<Object>)` to `hasId(P<?>)` and `hasValue(P<?>)`.
> * Improved error message for when `emit()` is used without `repeat()`.
> * Fixed incomplete shading of Jackson multi-release.
> * Changed `PythonTranslator` to generate snake case step naming instead of camel case.
> * Changed `gremlin-go` Client `ReadBufferSize` and `WriteBufferSize` defaults to 1048576 (1MB) to align with DriverRemoteConnection.
> * Fixed bug in `IndexStep` which prevented Java serialization due to non-serializable lambda usage by creating serializable function classes.
> * Fixed bug in `CallStep` which prevented Java serialization due to non-serializable `ServiceCallContext` and `Service` usage.
> * Fixed bug in `Operator` which was caused only a single method parameter to be Collection type checked instead of all parameters.
> * Addded support for hot reloading of SSL certificates in Gremlin Server.
> * Fixed default `enableCompression` setting to be `false` instead of `undefined` in `gremlin-javascript`
> * Increased default `max_content_length`/`max_msg_size` in `gremlin-python` from 4MB to 10MB.
> * Added the `PopContaining` interface designed to get label and `Pop` combinations held in a `PopInstruction` object.
> * Fixed bug preventing a vertex from being dropped and then re-added in the same `TinkerTransaction`
> * Fixed bug which could cause a 'Conflict: element modified in another transaction' when a transaction is attempting to add/drop/update a vertex or edge while another transaction is reading the same vertex or edge.
> * Upgraded Node version from 18 to 20
> * Upgraded Go to version 1.24
> * Fixed broken image links in published documentation
>
> ==== Bugs
>
> * TINKERPOP-3146 Support SSL Certificates Reloading
> * TINKERPOP-2966 Change PythonTranslator to generate underscore based step naming
> * TINKERPOP-3015 Use wildcard instead of Object for hasId predicates
> * TINKERPOP-3070 Cannot run console if working directory contains spaces
> * TINKERPOP-3111 Update documentation in gremlin-python driver section

... (truncated)


Commits

* [`fa698ba`](apache/tinkerpop@fa698ba) TinkerPop 3.7.4 release
* [`5df609d`](apache/tinkerpop@5df609d) CTR fix docker platform for arm image building
* [`c904af8`](apache/tinkerpop@c904af8) <https://issues.apache.org/jira/browse/TINKERPOP-3174> ([ArcadeData#3169](https://redirect.github.com/apache/tinkerpop/issues/3169))
* [`3f41356`](apache/tinkerpop@3f41356) Upgrade go to version 1.24. ([ArcadeData#3166](https://redirect.github.com/apache/tinkerpop/issues/3166))
* [`01c97ef`](apache/tinkerpop@01c97ef) Upgraded node from version 18 to 20. ([ArcadeData#3165](https://redirect.github.com/apache/tinkerpop/issues/3165))
* [`9809784`](apache/tinkerpop@9809784) CTR: TINKERPOP-3138 Fixed default `enableCompression` setting to be `false` i...
* [`1ef460a`](apache/tinkerpop@1ef460a) TINKERPOP-3177: Fix configuration of sessions in Go Client ([ArcadeData#3164](https://redirect.github.com/apache/tinkerpop/issues/3164))
* [`db36986`](apache/tinkerpop@db36986) Transaction reads should not interfere with add/update/delete ([ArcadeData#3163](https://redirect.github.com/apache/tinkerpop/issues/3163))
* [`16255f5`](apache/tinkerpop@16255f5) TINKERPOP-3040 Fixed limitation in multi-line parsing. ([ArcadeData#3162](https://redirect.github.com/apache/tinkerpop/issues/3162))
* [`cede190`](apache/tinkerpop@cede190) TINKERPOP-3154 Added docs/tests for subgraph() CTR
* Additional commits viewable in [compare view](apache/tinkerpop@3.7.3...3.7.4)
  
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.30.6 to 4.30.8.
Release notes

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

> v4.30.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.
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.30.8/CHANGELOG.md) for more information.
>
> v4.30.7
> -------
>
> 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.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.30.7/CHANGELOG.md) for more information.
>
> v3.30.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.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.8/CHANGELOG.md) for more information.
>
> v3.30.7
> -------
>
> 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.30.7 - 06 Oct 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.7/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.
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [ArcadeData#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [ArcadeData#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> 3.30.3 - 10 Sep 2025
> --------------------
>
> No user facing changes.
>
> 3.30.2 - 09 Sep 2025
> --------------------
>
> * Fixed a bug which could cause language autodetection to fail. [ArcadeData#3084](https://redirect.github.com/github/codeql-action/pull/3084)
> * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [ArcadeData#3064](https://redirect.github.com/github/codeql-action/pull/3064)
>
> 3.30.1 - 05 Sep 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.0. [ArcadeData#3077](https://redirect.github.com/github/codeql-action/pull/3077)
>
> 3.30.0 - 01 Sep 2025
> --------------------
>
> * Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [ArcadeData#3054](https://redirect.github.com/github/codeql-action/pull/3054)
>
> 3.29.11 - 21 Aug 2025
> ---------------------

... (truncated)


Commits

* [`f443b60`](github/codeql-action@f443b60) Merge pull request [ArcadeData#3198](https://redirect.github.com/github/codeql-action/issues/3198) from github/update-v4.30.8-527f0f324
* [`7a2cb62`](github/codeql-action@7a2cb62) Update changelog for v4.30.8
* [`527f0f3`](github/codeql-action@527f0f3) Merge pull request [ArcadeData#3195](https://redirect.github.com/github/codeql-action/issues/3195) from github/dependabot/npm\_and\_yarn/npm-minor-37415c...
* [`f402506`](github/codeql-action@f402506) Merge pull request [ArcadeData#3196](https://redirect.github.com/github/codeql-action/issues/3196) from github/dependabot/github\_actions/dot-github/wor...
* [`f5e53f9`](github/codeql-action@f5e53f9) Merge pull request [ArcadeData#3197](https://redirect.github.com/github/codeql-action/issues/3197) from github/dependabot/github\_actions/dot-github/wor...
* [`4e90a42`](github/codeql-action@4e90a42) Merge pull request [ArcadeData#3193](https://redirect.github.com/github/codeql-action/issues/3193) from github/mbg/ff/tools-toolcache
* [`413a4a4`](github/codeql-action@413a4a4) Rebuild
* [`4521864`](github/codeql-action@4521864) Bump github/codeql-action from 3 to 4 in /.github/workflows
* [`eadf14b`](github/codeql-action@eadf14b) Bump ruby/setup-ruby
* [`e1257b6`](github/codeql-action@e1257b6) Rebuild
* Additional commits viewable in [compare view](github/codeql-action@64d10c1...f443b60)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=3.30.6&new-version=4.30.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 4.30.8 to 4.30.9.
Release notes

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

> v4.30.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.
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.30.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.
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [ArcadeData#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [ArcadeData#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> 3.30.3 - 10 Sep 2025
> --------------------
>
> No user facing changes.
>
> 3.30.2 - 09 Sep 2025
> --------------------
>
> * Fixed a bug which could cause language autodetection to fail. [ArcadeData#3084](https://redirect.github.com/github/codeql-action/pull/3084)
> * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [ArcadeData#3064](https://redirect.github.com/github/codeql-action/pull/3064)
>
> 3.30.1 - 05 Sep 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.0. [ArcadeData#3077](https://redirect.github.com/github/codeql-action/pull/3077)
>
> 3.30.0 - 01 Sep 2025
> --------------------

... (truncated)


Commits

* [`16140ae`](github/codeql-action@16140ae) Merge pull request [ArcadeData#3213](https://redirect.github.com/github/codeql-action/issues/3213) from github/update-v4.30.9-70205d3d1
* [`30db5fe`](github/codeql-action@30db5fe) Update changelog for v4.30.9
* [`70205d3`](github/codeql-action@70205d3) Merge pull request [ArcadeData#3211](https://redirect.github.com/github/codeql-action/issues/3211) from github/mbg/init/starting-partial-config
* [`697c209`](github/codeql-action@697c209) Merge remote-tracking branch 'origin/main' into mbg/init/starting-partial-config
* [`1bd53ba`](github/codeql-action@1bd53ba) Merge pull request [ArcadeData#3205](https://redirect.github.com/github/codeql-action/issues/3205) from github/update-bundle/codeql-bundle-v2.23.3
* [`cac4df0`](github/codeql-action@cac4df0) Rebuild
* [`77e5c0d`](github/codeql-action@77e5c0d) Merge branch 'main' into update-bundle/codeql-bundle-v2.23.3
* [`97a4f75`](github/codeql-action@97a4f75) Merge pull request [ArcadeData#3204](https://redirect.github.com/github/codeql-action/issues/3204) from github/mbg/setup-codeql
* [`2d5512b`](github/codeql-action@2d5512b) Merge remote-tracking branch 'origin/main' into mbg/init/starting-partial-config
* [`fa7bdf0`](github/codeql-action@fa7bdf0) Call `getAnalysisKinds` a second time, and ignore exceptions thrown during th...
* Additional commits viewable in [compare view](github/codeql-action@f443b60...16140ae)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.30.8&new-version=4.30.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
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.0.
Release notes

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

> v4.31.0
> -------
>
> 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.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.0/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.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [ArcadeData#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [ArcadeData#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> 3.30.3 - 10 Sep 2025
> --------------------
>
> No user facing changes.
>
> 3.30.2 - 09 Sep 2025
> --------------------
>
> * Fixed a bug which could cause language autodetection to fail. [ArcadeData#3084](https://redirect.github.com/github/codeql-action/pull/3084)
> * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [ArcadeData#3064](https://redirect.github.com/github/codeql-action/pull/3064)

... (truncated)


Commits

* [`4e94bd1`](github/codeql-action@4e94bd1) Merge pull request [ArcadeData#3235](https://redirect.github.com/github/codeql-action/issues/3235) from github/update-v4.31.0-1d36546c1
* [`8f11182`](github/codeql-action@8f11182) Update changelog for v4.31.0
* [`1d36546`](github/codeql-action@1d36546) Merge pull request [ArcadeData#3234](https://redirect.github.com/github/codeql-action/issues/3234) from github/mbg/changelog/post-processing
* [`08ada26`](github/codeql-action@08ada26) Add changelog entry for post-processing change
* [`b843cbe`](github/codeql-action@b843cbe) Merge pull request [ArcadeData#3233](https://redirect.github.com/github/codeql-action/issues/3233) from github/mbg/getOptionalEnvVar
* [`1ecd563`](github/codeql-action@1ecd563) Use `getOptionalEnvVar` in `writePostProcessedFiles`
* [`e576807`](github/codeql-action@e576807) Merge pull request [ArcadeData#3223](https://redirect.github.com/github/codeql-action/issues/3223) from github/henrymercer/bump-minimum
* [`ad35676`](github/codeql-action@ad35676) Add `getOptionalEnvVar` function
* [`d75645b`](github/codeql-action@d75645b) Merge pull request [ArcadeData#3222](https://redirect.github.com/github/codeql-action/issues/3222) from github/mbg/upload-lib/post-process
* [`710606c`](github/codeql-action@710606c) Check that `outputPath` is non-empty
* Additional commits viewable in [compare view](github/codeql-action@16140ae...4e94bd1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.30.9&new-version=4.31.0)](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 4.31.0 to 4.31.2.
Release notes

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

> v4.31.2
> -------
>
> 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.
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.2/CHANGELOG.md) for more information.
>
> v4.31.1
> -------
>
> 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.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.1/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.
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [ArcadeData#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [ArcadeData#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [ArcadeData#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> 3.30.3 - 10 Sep 2025
> --------------------

... (truncated)


Commits

* [`0499de3`](github/codeql-action@0499de3) Merge pull request [ArcadeData#3261](https://redirect.github.com/github/codeql-action/issues/3261) from github/henrymercer/setup-python
* [`3b96745`](github/codeql-action@3b96745) Set up Python in mergeback workflow
* [`8a06050`](github/codeql-action@8a06050) Merge pull request [ArcadeData#3259](https://redirect.github.com/github/codeql-action/issues/3259) from github/update-v4.31.2-9576b5cbe
* [`752a642`](github/codeql-action@752a642) Update changelog for v4.31.2
* [`9576b5c`](github/codeql-action@9576b5c) Merge pull request [ArcadeData#3258](https://redirect.github.com/github/codeql-action/issues/3258) from github/mbg/enablement-errors/case-insensitive
* [`cc88437`](github/codeql-action@cc88437) Merge pull request [ArcadeData#3257](https://redirect.github.com/github/codeql-action/issues/3257) from github/henrymercer/ubuntu-slim
* [`f0e9bf0`](github/codeql-action@f0e9bf0) Make `isEnablementError` case-insensitive
* [`2a3599c`](github/codeql-action@2a3599c) Run lightweight workflows on `ubuntu-slim`
* [`514ff4d`](github/codeql-action@514ff4d) Merge pull request [ArcadeData#3256](https://redirect.github.com/github/codeql-action/issues/3256) from github/henrymercer/resolve-bad-merge
* [`aab1c2f`](github/codeql-action@aab1c2f) Merge pull request [ArcadeData#3253](https://redirect.github.com/github/codeql-action/issues/3253) from github/mergeback/v4.31.1-to-main-5fe9434c
* Additional commits viewable in [compare view](github/codeql-action@4e94bd1...0499de3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.31.0&new-version=4.31.2)](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 4.31.2 to 4.31.3.
Release notes

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

> v4.31.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.
>
> 4.31.3 - 13 Nov 2025
> --------------------
>
> * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
> * Update default CodeQL bundle version to 2.23.5. [ArcadeData#3288](https://redirect.github.com/github/codeql-action/pull/3288)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.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.
>
> 4.31.3 - 13 Nov 2025
> --------------------
>
> * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
> * Update default CodeQL bundle version to 2.23.5. [ArcadeData#3288](https://redirect.github.com/github/codeql-action/pull/3288)
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [ArcadeData#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [ArcadeData#3100](https://redirect.github.com/github/codeql-action/pull/3100)

... (truncated)


Commits

* [`014f16e`](github/codeql-action@014f16e) Merge pull request [ArcadeData#3293](https://redirect.github.com/github/codeql-action/issues/3293) from github/update-v4.31.3-8c10e89c7
* [`14d898e`](github/codeql-action@14d898e) Update changelog for v4.31.3
* [`8c10e89`](github/codeql-action@8c10e89) Merge pull request [ArcadeData#3288](https://redirect.github.com/github/codeql-action/issues/3288) from github/update-bundle/codeql-bundle-v2.23.5
* [`9777b01`](github/codeql-action@9777b01) Merge branch 'main' into update-bundle/codeql-bundle-v2.23.5
* [`456a74a`](github/codeql-action@456a74a) Merge pull request [ArcadeData#3289](https://redirect.github.com/github/codeql-action/issues/3289) from github/mbg/ci/setup-dotnet
* [`3fac49c`](github/codeql-action@3fac49c) Update remaining workflows
* [`38a3a72`](github/codeql-action@38a3a72) Enable `installDotNet` in all workflows that analyse C#
* [`58c9eb6`](github/codeql-action@58c9eb6) Add `global.json`
* [`f20e021`](github/codeql-action@f20e021) Add support for adding `setup-dotnet` steps to `sync.sh`
* [`8d3d400`](github/codeql-action@8d3d400) Add changelog note
* Additional commits viewable in [compare view](github/codeql-action@0499de3...014f16e)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.31.2&new-version=4.31.3)](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 4.31.3 to 4.31.4.
Release notes

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

> v4.31.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.
>
> 4.31.4 - 18 Nov 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.4/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.
>
> 4.31.4 - 18 Nov 2025
> --------------------
>
> No user facing changes.
>
> 4.31.3 - 13 Nov 2025
> --------------------
>
> * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
> * Update default CodeQL bundle version to 2.23.5. [ArcadeData#3288](https://redirect.github.com/github/codeql-action/pull/3288)
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [ArcadeData#3160](https://redirect.github.com/github/codeql-action/pull/3160)

... (truncated)


Commits

* [`e12f017`](github/codeql-action@e12f017) Merge pull request [ArcadeData#3312](https://redirect.github.com/github/codeql-action/issues/3312) from github/update-v4.31.4-70434f6dd
* [`c9cb6f9`](github/codeql-action@c9cb6f9) Update changelog for v4.31.4
* [`70434f6`](github/codeql-action@70434f6) Merge pull request [ArcadeData#3311](https://redirect.github.com/github/codeql-action/issues/3311) from github/mbg/deps/bump-glob
* [`528362a`](github/codeql-action@528362a) Bump `glob` to at least `11.1.0`
* [`de12435`](github/codeql-action@de12435) Merge pull request [ArcadeData#3308](https://redirect.github.com/github/codeql-action/issues/3308) from github/mbg/pr-template/nov25
* [`ffa63f0`](github/codeql-action@ffa63f0) Merge pull request [ArcadeData#3307](https://redirect.github.com/github/codeql-action/issues/3307) from github/dependabot/github\_actions/dot-github/wor...
* [`7bcdb4b`](github/codeql-action@7bcdb4b) Add additional options to PR template and clarify some
* [`07eae64`](github/codeql-action@07eae64) Merge pull request [ArcadeData#3303](https://redirect.github.com/github/codeql-action/issues/3303) from github/mario-campos/v3-core-warning
* [`e546fff`](github/codeql-action@e546fff) Rebuild
* [`c418a0f`](github/codeql-action@c418a0f) Bump ruby/setup-ruby
* Additional commits viewable in [compare view](github/codeql-action@014f16e...e12f017)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.31.3&new-version=4.31.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 4.31.4 to 4.31.5.
Release notes

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

> v4.31.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.
>
> 4.31.5 - 24 Nov 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.6. [ArcadeData#3321](https://redirect.github.com/github/codeql-action/pull/3321)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.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.
>
> 4.31.5 - 24 Nov 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.6. [ArcadeData#3321](https://redirect.github.com/github/codeql-action/pull/3321)
>
> 4.31.4 - 18 Nov 2025
> --------------------
>
> No user facing changes.
>
> 4.31.3 - 13 Nov 2025
> --------------------
>
> * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
> * Update default CodeQL bundle version to 2.23.5. [ArcadeData#3288](https://redirect.github.com/github/codeql-action/pull/3288)
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [ArcadeData#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [ArcadeData#3222](https://redirect.github.com/github/codeql-action/pull/3222)
>
> 4.30.9 - 17 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.3. [ArcadeData#3205](https://redirect.github.com/github/codeql-action/pull/3205)
> * Experimental: A new `setup-codeql` action has been added which is similar to `init`, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. [ArcadeData#3204](https://redirect.github.com/github/codeql-action/pull/3204)
>
> 4.30.8 - 10 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.30.7 - 06 Oct 2025
> --------------------
>
> * [v4+ only] The CodeQL Action now runs on Node.js v24. [ArcadeData#3169](https://redirect.github.com/github/codeql-action/pull/3169)
>
> 3.30.6 - 02 Oct 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.2. [ArcadeData#3168](https://redirect.github.com/github/codeql-action/pull/3168)

... (truncated)


Commits

* [`fdbfb4d`](github/codeql-action@fdbfb4d) Merge pull request [ArcadeData#3322](https://redirect.github.com/github/codeql-action/issues/3322) from github/update-v4.31.5-ec2ee575c
* [`81f6d64`](github/codeql-action@81f6d64) Update changelog for v4.31.5
* [`ec2ee57`](github/codeql-action@ec2ee57) Merge pull request [ArcadeData#3321](https://redirect.github.com/github/codeql-action/issues/3321) from github/update-bundle/codeql-bundle-v2.23.6
* [`ecc8787`](github/codeql-action@ecc8787) Add changelog note
* [`1d2a238`](github/codeql-action@1d2a238) Update default bundle to codeql-bundle-v2.23.6
* [`ce729e4`](github/codeql-action@ce729e4) Merge pull request [ArcadeData#3315](https://redirect.github.com/github/codeql-action/issues/3315) from github/henrymercer/dead-code-elimination
* [`ac359aa`](github/codeql-action@ac359aa) Add return type
* [`112cd07`](github/codeql-action@112cd07) Merge branch 'main' into henrymercer/dead-code-elimination
* [`0b43179`](github/codeql-action@0b43179) Merge pull request [ArcadeData#3306](https://redirect.github.com/github/codeql-action/issues/3306) from github/dependabot/npm\_and\_yarn/types/sinon-21.0.0
* [`e818008`](github/codeql-action@e818008) Merge pull request [ArcadeData#3305](https://redirect.github.com/github/codeql-action/issues/3305) from github/dependabot/npm\_and\_yarn/eslint/compat-2.0.0
* Additional commits viewable in [compare view](github/codeql-action@e12f017...fdbfb4d)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=github/codeql-action&package-manager=github\_actions&previous-version=4.31.4&new-version=4.31.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)
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 security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant