build(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 - #1702
Merged
lvca merged 1 commit intoAug 26, 2024
Conversation
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.3
branch
August 26, 2024 14:14
mergify Bot
added a commit
that referenced
this pull request
Mar 23, 2026
Bumps `jline.version` from 3.30.6 to 4.0.7. Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Updates `org.jline:jline-reader` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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
…eData#1702) Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tae898
pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
Bumps `jline.version` from 3.30.6 to 4.0.7. Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([ArcadeData#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([ArcadeData#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([ArcadeData#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([ArcadeData#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([ArcadeData#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [ArcadeData#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [ArcadeData#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [ArcadeData#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [ArcadeData#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [ArcadeData#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Updates `org.jline:jline-reader` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([ArcadeData#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([ArcadeData#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([ArcadeData#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([ArcadeData#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([ArcadeData#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [ArcadeData#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [ArcadeData#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [ArcadeData#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [ArcadeData#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [ArcadeData#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.7 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).* > JLine 4.0.7 > ----------- > > 🐛 Bug Fixes > ----------- > > * Suppress dumb terminal warning when no streams are TTYs ([ArcadeData#1703](https://redirect.github.com/jline/jline3/pull/1703)) [`@gnodet`](https://github.com/gnodet) > + In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available > > **Full Changelog**: <jline/jline3@4.0.6...4.0.7> > > JLine 4.0.6 > ----------- > > 🔧 Build > ------- > > * Simplify versioning by using nisse property directly ([ArcadeData#1702](https://redirect.github.com/jline/jline3/pull/1702)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 ([ArcadeData#1700](https://redirect.github.com/jline/jline3/pull/1700)) [`@dependabot`](https://github.com/dependabot) > > **Full Changelog**: <jline/jline3@4.0.5...4.0.6> > > JLine 4.0.5 > ----------- > > What's Changed > -------------- > > * fix: Revert build to Maven 3.9.x compatibility by [`@gnodet`](https://github.com/gnodet) in [jline/jline3#1699](https://redirect.github.com/jline/jline3/pull/1699) > * chore: Bump release-drafter/release-drafter from 6 to 7 by [`@dependabot`](https://github.com/dependabot)[bot] in [jline/jline3#1698](https://redirect.github.com/jline/jline3/pull/1698) > > **Full Changelog**: <jline/jline3@4.0.4...4.0.5> > > JLine 4.0.4 > ----------- > > Bug Fixes > --------- > > * Disable grapheme cluster mode probe (DECRQM) on Windows `PosixSysTerminal` to prevent escape sequence `[?2027$p` from leaking into subprocess output on Cygwin/MSYSTEM environments ([ArcadeData#1696](https://redirect.github.com/jline/jline3/issues/1696)) > + This is a follow-up to the 4.0.3 fix which was insufficient — the `isSystemStream()` check was unreliable on Windows MSYSTEM environments > > Full Changelog > -------------- > > <jline/jline3@4.0.3...4.0.4> > > JLine 4.0.3 > ----------- > > Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash). > > ### Bug Fixes > > * **Fix grapheme cluster probe corrupting output on Windows** — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (`\e[?2027$p`) was written to a raw `FileDescriptor` (stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when the `ExecPty` output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. ([ArcadeData#1695](https://redirect.github.com/jline/jline3/issues/1695)) > > JLine 4.0.2 > ----------- > > Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues. > > > **Note:** Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies. ... (truncated) Commits * [`beabe4e`](jline/jline3@beabe4e) Merge pull request [ArcadeData#1703](https://redirect.github.com/jline/jline3/issues/1703) from jline/fix/suppress-dumb-terminal-warning-no-tty * [`b3bf72f`](jline/jline3@b3bf72f) fix: Suppress dumb terminal warning when no streams are TTYs * [`3ba42a8`](jline/jline3@3ba42a8) Merge pull request [ArcadeData#1700](https://redirect.github.com/jline/jline3/issues/1700) from jline/dependabot/maven/master/org.codehaus.mojo... * [`372a1bb`](jline/jline3@372a1bb) Merge pull request [ArcadeData#1702](https://redirect.github.com/jline/jline3/issues/1702) from jline/fix/simplify-nisse-setup * [`03b7d96`](jline/jline3@03b7d96) fix: Simplify versioning by using nisse property directly * [`8b6bd46`](jline/jline3@8b6bd46) chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3 * [`ee52d32`](jline/jline3@ee52d32) Merge pull request [ArcadeData#1698](https://redirect.github.com/jline/jline3/issues/1698) from jline/dependabot/github\_actions/master/release-... * [`bd76b2b`](jline/jline3@bd76b2b) Merge pull request [ArcadeData#1699](https://redirect.github.com/jline/jline3/issues/1699) from jline/fix/maven3-compat * [`b33c819`](jline/jline3@b33c819) fix: Clean up mvx command syntax in release workflow * [`d783438`](jline/jline3@d783438) fix: Guard release workflow against SNAPSHOT hint tags * Additional commits viewable in [compare view](jline/jline3@jline-3.30.6...4.0.7) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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)
mergify Bot
added a commit
that referenced
this pull request
Aug 30, 2026
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.198` | `1.0.208` | | [MeterianHQ/meterian-github-action](https://github.com/meterianhq/meterian-github-action) | `1.0.17` | `1.0.18` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.7` | `4.37.9` | Updates `anthropics/claude-code-action` from 1.0.198 to 1.0.208 Release notes *Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).* > v1.0.208 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.207...v1.0.208> > > v1.0.207 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.206...v1.0.207> > > v1.0.206 > -------- > > What's Changed > -------------- > > * chore: add .gitattributes to normalize line endings by [`@MohammedAlkindi`](https://github.com/MohammedAlkindi) in [anthropics/claude-code-action#1708](https://redirect.github.com/anthropics/claude-code-action/pull/1708) > * fix: use paths in delete\_files prompt example by [`@WeAreResilience`](https://github.com/WeAreResilience) in [anthropics/claude-code-action#1702](https://redirect.github.com/anthropics/claude-code-action/pull/1702) > * fix: allow parentheses in valid branch names by [`@YauheniPo`](https://github.com/YauheniPo) in [anthropics/claude-code-action#1710](https://redirect.github.com/anthropics/claude-code-action/pull/1710) > * fix: bound download\_job\_log against a stalled log fetch by [`@shoemoney`](https://github.com/shoemoney) in [anthropics/claude-code-action#1719](https://redirect.github.com/anthropics/claude-code-action/pull/1719) > * fix: encode branch names in GitHub links by [`@Abdullah-Builds`](https://github.com/Abdullah-Builds) in [anthropics/claude-code-action#1713](https://redirect.github.com/anthropics/claude-code-action/pull/1713) > > New Contributors > ---------------- > > * [`@MohammedAlkindi`](https://github.com/MohammedAlkindi) made their first contribution in [anthropics/claude-code-action#1708](https://redirect.github.com/anthropics/claude-code-action/pull/1708) > * [`@YauheniPo`](https://github.com/YauheniPo) made their first contribution in [anthropics/claude-code-action#1710](https://redirect.github.com/anthropics/claude-code-action/pull/1710) > * [`@Abdullah-Builds`](https://github.com/Abdullah-Builds) made their first contribution in [anthropics/claude-code-action#1713](https://redirect.github.com/anthropics/claude-code-action/pull/1713) > > **Full Changelog**: <anthropics/claude-code-action@v1.0.205...v1.0.206> > > v1.0.205 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.203...v1.0.205> > > v1.0.204 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.202...v1.0.204> > > v1.0.203 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.202...v1.0.203> > > v1.0.202 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.201...v1.0.202> > > v1.0.201 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.200...v1.0.201> > > v1.0.200 > -------- > > **Full Changelog**: <anthropics/claude-code-action@v1.0.199...v1.0.200> > > v1.0.199 > -------- > > What's Changed > -------------- > > * fix(github): honor GITHUB\_GRAPHQL\_URL for the GraphQL client by [`@rover0811`](https://github.com/rover0811) in [anthropics/claude-code-action#1575](https://redirect.github.com/anthropics/claude-code-action/pull/1575) > * fix(cleanup): keep the base-branch config revert out of the auto-commit by [`@GautamSharma99`](https://github.com/GautamSharma99) in [anthropics/claude-code-action#1677](https://redirect.github.com/anthropics/claude-code-action/pull/1677) > * fix(mcp): recognize mcp\_\_github aggregate selector for GitHub MCP server initialization by [`@anishesg`](https://github.com/anishesg) in [anthropics/claude-code-action#1657](https://redirect.github.com/anthropics/claude-code-action/pull/1657) > * Document 1M gateway models and surface resolved limits by [`@ulofiai`](https://github.com/ulofiai) in [anthropics/claude-code-action#1608](https://redirect.github.com/anthropics/claude-code-action/pull/1608) > * fix: teach claude\_args --allowedTools in the signed prompt by [`@WeAreResilience`](https://github.com/WeAreResilience) in [anthropics/claude-code-action#1704](https://redirect.github.com/anthropics/claude-code-action/pull/1704) > > New Contributors > ---------------- > > * [`@rover0811`](https://github.com/rover0811) made their first contribution in [anthropics/claude-code-action#1575](https://redirect.github.com/anthropics/claude-code-action/pull/1575) > * [`@GautamSharma99`](https://github.com/GautamSharma99) made their first contribution in [anthropics/claude-code-action#1677](https://redirect.github.com/anthropics/claude-code-action/pull/1677) ... (truncated) Commits * [`e8c2d7c`](anthropics/claude-code-action@e8c2d7c) chore: bump Claude Code to 2.1.248 and Agent SDK to 0.3.248 * [`70fec18`](anthropics/claude-code-action@70fec18) chore: bump Claude Code to 2.1.247 and Agent SDK to 0.3.247 * [`1f291e1`](anthropics/claude-code-action@1f291e1) chore: bump Claude Code to 2.1.246 and Agent SDK to 0.3.246 * [`76ac41a`](anthropics/claude-code-action@76ac41a) fix: encode branch names in GitHub links ([#1713](https://redirect.github.com/anthropics/claude-code-action/issues/1713)) * [`8ef9699`](anthropics/claude-code-action@8ef9699) fix: bound download\_job\_log against a stalled log fetch ([#1719](https://redirect.github.com/anthropics/claude-code-action/issues/1719)) * [`791545d`](anthropics/claude-code-action@791545d) fix: allow parentheses in valid branch names ([#1710](https://redirect.github.com/anthropics/claude-code-action/issues/1710)) * [`2d7a787`](anthropics/claude-code-action@2d7a787) fix: use paths in delete\_files prompt example ([#1702](https://redirect.github.com/anthropics/claude-code-action/issues/1702)) * [`b58c16b`](anthropics/claude-code-action@b58c16b) chore: add .gitattributes to normalize line endings ([#1708](https://redirect.github.com/anthropics/claude-code-action/issues/1708)) * [`16b3b31`](anthropics/claude-code-action@16b3b31) chore: bump Claude Code to 2.1.245 and Agent SDK to 0.3.245 * [`6bcfb82`](anthropics/claude-code-action@6bcfb82) chore: bump Claude Code to 2.1.241 and Agent SDK to 0.3.241 * Additional commits viewable in [compare view](anthropics/claude-code-action@3f854a8...e8c2d7c) Updates `MeterianHQ/meterian-github-action` from 1.0.17 to 1.0.18 Release notes *Sourced from [MeterianHQ/meterian-github-action's releases](https://github.com/meterianhq/meterian-github-action/releases).* > v1.0.18 > ------- > > What's Changed > -------------- > > * Fix malformed --autofix string when autofix\_stability is set alone by [`@bbossola`](https://github.com/bbossola) in [MeterianHQ/meterian-github-action#24](https://redirect.github.com/MeterianHQ/meterian-github-action/pull/24) > > **Full Changelog**: <MeterianHQ/meterian-github-action@v1.0.17...v1.0.18> Commits * [`9603528`](MeterianHQ/meterian-github-action@9603528) Merge pull request [#24](https://redirect.github.com/meterianhq/meterian-github-action/issues/24) from MeterianHQ/autofix-program-assembly-fix * [`124c40d`](MeterianHQ/meterian-github-action@124c40d) Bumped release version * [`8c06e06`](MeterianHQ/meterian-github-action@8c06e06) Add CLAUDE.md with repository guidance for Claude Code * [`3bd90a1`](MeterianHQ/meterian-github-action@3bd90a1) Now building the autofix program list from the non-empty programs only * See full diff in [compare view](MeterianHQ/meterian-github-action@6849965...9603528) Updates `github/codeql-action/upload-sarif` from 4.37.7 to 4.37.9 Release notes *Sourced from [github/codeql-action/upload-sarif's releases](https://github.com/github/codeql-action/releases).* > v4.37.9 > ------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > v4.37.8 > ------- > > No user facing changes. Changelog *Sourced from [github/codeql-action/upload-sarif'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.37.9 - 26 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > 4.37.8 - 21 Aug 2026 > -------------------- > > No user facing changes. > > 4.37.7 - 13 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085) > > 4.37.6 - 04 Aug 2026 > -------------------- > > * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070) > > 4.37.5 - 03 Aug 2026 > -------------------- > > * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061) > > 4.37.4 - 29 Jul 2026 > -------------------- > > * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037) > * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051) > > 4.37.3 - 22 Jul 2026 > -------------------- > > No user facing changes. > > 4.37.2 - 21 Jul 2026 > -------------------- > > * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023) > * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007) > > 4.37.1 - 16 Jul 2026 > -------------------- > > * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956) > * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019) > > 4.37.0 - 08 Jul 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995) ... (truncated) Commits * [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1 * [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9 * [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4 * [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note * [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4 * [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions * [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82... * [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde * [`4605e03`](github/codeql-action@4605e03) Rebuild * [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8 * Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f) Updates `github/codeql-action/init` from 4.37.7 to 4.37.9 Release notes *Sourced from [github/codeql-action/init's releases](https://github.com/github/codeql-action/releases).* > v4.37.9 > ------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > v4.37.8 > ------- > > No user facing changes. Changelog *Sourced from [github/codeql-action/init'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.37.9 - 26 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > 4.37.8 - 21 Aug 2026 > -------------------- > > No user facing changes. > > 4.37.7 - 13 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085) > > 4.37.6 - 04 Aug 2026 > -------------------- > > * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070) > > 4.37.5 - 03 Aug 2026 > -------------------- > > * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061) > > 4.37.4 - 29 Jul 2026 > -------------------- > > * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037) > * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051) > > 4.37.3 - 22 Jul 2026 > -------------------- > > No user facing changes. > > 4.37.2 - 21 Jul 2026 > -------------------- > > * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023) > * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007) > > 4.37.1 - 16 Jul 2026 > -------------------- > > * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956) > * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019) > > 4.37.0 - 08 Jul 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995) ... (truncated) Commits * [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1 * [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9 * [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4 * [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note * [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4 * [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions * [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82... * [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde * [`4605e03`](github/codeql-action@4605e03) Rebuild * [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8 * Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f) Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.9 Release notes *Sourced from [github/codeql-action/analyze's releases](https://github.com/github/codeql-action/releases).* > v4.37.9 > ------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > v4.37.8 > ------- > > No user facing changes. Changelog *Sourced from [github/codeql-action/analyze'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.37.9 - 26 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://redirect.github.com/github/codeql-action/pull/4106) > > 4.37.8 - 21 Aug 2026 > -------------------- > > No user facing changes. > > 4.37.7 - 13 Aug 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://redirect.github.com/github/codeql-action/pull/4085) > > 4.37.6 - 04 Aug 2026 > -------------------- > > * Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://redirect.github.com/github/codeql-action/pull/4070) > > 4.37.5 - 03 Aug 2026 > -------------------- > > * Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the `init` Action instead of falling back to downloading the bundle before extracting it. [#4061](https://redirect.github.com/github/codeql-action/pull/4061) > > 4.37.4 - 29 Jul 2026 > -------------------- > > * This version of the CodeQL Action adds support for the `tools` input for the `codeql-action/init` step to be specified using a `github-codeql-tools` [repository property](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization). This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to `toolcache` to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for `tools` in the workflow definition always takes precedence unless the value of the repository property starts with `!`. [#4037](https://redirect.github.com/github/codeql-action/pull/4037) > * Update default CodeQL bundle version to [2.26.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.2). [#4051](https://redirect.github.com/github/codeql-action/pull/4051) > > 4.37.3 - 22 Jul 2026 > -------------------- > > No user facing changes. > > 4.37.2 - 21 Jul 2026 > -------------------- > > * The new address format for the `config-file` input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the `remote=` prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. [#4023](https://redirect.github.com/github/codeql-action/pull/4023) > * The CodeQL Action can now make use of [configured private registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. [#4007](https://redirect.github.com/github/codeql-action/pull/4007) > > 4.37.1 - 16 Jul 2026 > -------------------- > > * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://redirect.github.com/github/codeql-action/pull/3956) > * Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://redirect.github.com/github/codeql-action/pull/4019) > > 4.37.0 - 08 Jul 2026 > -------------------- > > * Update default CodeQL bundle version to [2.26.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.0). [#3995](https://redirect.github.com/github/codeql-action/pull/3995) ... (truncated) Commits * [`cdf488f`](github/codeql-action@cdf488f) Merge pull request [#4107](https://redirect.github.com/github/codeql-action/issues/4107) from github/update-v4.37.9-920ba7cd1 * [`7243f38`](github/codeql-action@7243f38) Update changelog for v4.37.9 * [`920ba7c`](github/codeql-action@920ba7c) Merge pull request [#4106](https://redirect.github.com/github/codeql-action/issues/4106) from github/update-bundle/codeql-bundle-v2.26.4 * [`ecfa6e1`](github/codeql-action@ecfa6e1) Add changelog note * [`adcdf4a`](github/codeql-action@adcdf4a) Update default bundle to codeql-bundle-v2.26.4 * [`486fec2`](github/codeql-action@486fec2) Merge pull request [#4099](https://redirect.github.com/github/codeql-action/issues/4099) from github/update-supported-enterprise-server-versions * [`134624c`](github/codeql-action@134624c) Merge pull request [#4101](https://redirect.github.com/github/codeql-action/issues/4101) from github/dependabot/npm\_and\_yarn/npm-minor-457d82... * [`ff43db8`](github/codeql-action@ff43db8) Merge pull request [#4103](https://redirect.github.com/github/codeql-action/issues/4103) from github/mergeback/v4.37.8-to-main-db488dde * [`4605e03`](github/codeql-action@4605e03) Rebuild * [`099c869`](github/codeql-action@099c869) Update changelog and version after v4.37.8 * Additional commits viewable in [compare view](github/codeql-action@ff2f1c6...cdf488f) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3.
Release notes
Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.
Commits
96bc864[maven-release-plugin] prepare release maven-deploy-plugin-3.1.300c14adRemove deprecation warning:07948ea[MDEPLOY-320] Simplify and unify message (#64)14cc4c3[MDEPLOY-311] Consider packaging in deploy-file mojo (#71)c814011[MDEPLOY-322] Use parent POM 43 (#74)23cdae6[MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pomac740a7[MDEPLOY-319] Cleanup of test codeda2ad90Build with Maven4 (#57)6962699Bump resolverVersion from 1.9.18 to 1.9.20 (#55)ec081cf[maven-release-plugin] prepare for next development iterationDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)