chore: update github actions #105

Merged
Wuast94 merged 1 commit from updatarr/github-actions-3ab65939b1 into master 2026-06-25 20:30:46 +02:00
Owner

Updates github actions.

Automerge: Enabled

Changed files:

  • .forgejo/workflows/ci.yml:19 v5.3.0 -> v5.4.0
  • .forgejo/workflows/ci.yml:87 v5.3.0 -> v5.4.0
  • .forgejo/workflows/ci.yml:124 v5.3.0 -> v5.4.0
  • .forgejo/workflows/dependency-track.yml:29 v5.3.0 -> v5.4.0
  • .forgejo/workflows/release.yaml:45 v5.3.0 -> v5.4.0
Release notes

v5.4.0: actions/setup-java: v5.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

v5.4.0: actions/setup-java: v5.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

v5.4.0: actions/setup-java: v5.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

v5.4.0: actions/setup-java: v5.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

v5.4.0: actions/setup-java: v5.4.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.4.0

Updates `github actions`. Automerge: Enabled Changed files: - `.forgejo/workflows/ci.yml:19` `v5.3.0` -> `v5.4.0` - `.forgejo/workflows/ci.yml:87` `v5.3.0` -> `v5.4.0` - `.forgejo/workflows/ci.yml:124` `v5.3.0` -> `v5.4.0` - `.forgejo/workflows/dependency-track.yml:29` `v5.3.0` -> `v5.4.0` - `.forgejo/workflows/release.yaml:45` `v5.3.0` -> `v5.4.0` <details> <summary>Release notes</summary> ### [`v5.4.0`](https://github.com/actions/setup-java/tree/v5.4.0): actions/setup-java: v5.4.0 [Compare source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ## What's Changed * Bump @typescript-eslint/parser from 8.48.0 to 8.61.1 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1021 * Fix codeql workflow permissions by @jsoref in https://github.com/actions/setup-java/pull/993 * fix CodeQL permissions by @gdams in https://github.com/actions/setup-java/pull/1025 * fix: reject non-semver candidate versions in isVersionSatisfies by @sproctor in https://github.com/actions/setup-java/pull/1009 * Bump @actions/cache to 5.1.0, handle cache write denied by @jasongin in https://github.com/actions/setup-java/pull/1026 * Add Maven Wrapper cache feature by @mahabaleshwars in https://github.com/actions/setup-java/pull/1027 * Spelling by @jsoref in https://github.com/actions/setup-java/pull/713 * add link to advanced configuration for JetBrains by @robstoll in https://github.com/actions/setup-java/pull/850 * docs(action): fix missing required or default fields by @kranthipoturaju in https://github.com/actions/setup-java/pull/1007 * feat: add microsoft openjdk 17.0.18 by @al-kau in https://github.com/actions/setup-java/pull/1002 * Update README.md - use "alert syntax for Markdown" for notes by @mhoffrog in https://github.com/actions/setup-java/pull/924 * Bump undici from 6.24.1 to 6.27.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1033 * Update contributor guide with emoji for clarity by @brunoborges in https://github.com/actions/setup-java/pull/1028 * add javac problem matcher by @Trass3r in https://github.com/actions/setup-java/pull/562 * Clarify README version syntax and migration guidance by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1038 * Update undici artifacts to 6.27.0 (license cache + dist) by @brunoborges in https://github.com/actions/setup-java/pull/1040 * docs: enhance custom jdk file installation by @stephanabel in https://github.com/actions/setup-java/pull/996 * Templates for new Java distributions by @panticmilos in https://github.com/actions/setup-java/pull/429 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1032 * Bump @types/node from 25.9.3 to 26.0.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1031 * docs: replace non-existent HelloWorldApp references with java --version by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1043 * docs: add JavaFX Maven project configuration instructions by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1044 * docs: self-signed certificate / internal CA handling for GitHub Enterprise by @brunoborges in https://github.com/actions/setup-java/pull/1050 * docs: document importing an internal CA into the installed JDK (cacerts) by @brunoborges in https://github.com/actions/setup-java/pull/1051 * chore: Harden workflows: least-privilege permissions + zizmor integration by @brunoborges in https://github.com/actions/setup-java/pull/1039 * dist: Add GraalVM Community distribution support by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1042 * docs: note jdkfile approach for Early Access / unreleased JDK builds by @brunoborges in https://github.com/actions/setup-java/pull/1058 * dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @brunoborges in https://github.com/actions/setup-java/pull/1059 ## New Contributors * @jsoref made their first contribution in https://github.com/actions/setup-java/pull/993 * @sproctor made their first contribution in https://github.com/actions/setup-java/pull/1009 * @jasongin made their first contribution in https://github.com/actions/setup-java/pull/1026 * @robstoll made their first contribution in https://github.com/actions/setup-java/pull/850 * @kranthipoturaju made their first contribution in https://github.com/actions/setup-java/pull/1007 * @al-kau made their first contribution in https://github.com/actions/setup-java/pull/1002 * @mhoffrog made their first contribution in https://github.com/actions/setup-java/pull/924 * @brunoborges made their first contribution in https://github.com/actions/setup-java/pull/1028 * @Trass3r made their first contribution in https://github.com/actions/setup-java/pull/562 * @stephanabel made their first contribution in https://github.com/actions/setup-java/pull/996 **Full Changelog**: https://github.com/actions/setup-java/compare/v5...v5.4.0 ### [`v5.4.0`](https://github.com/actions/setup-java/tree/v5.4.0): actions/setup-java: v5.4.0 [Compare source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ## What's Changed * Bump @typescript-eslint/parser from 8.48.0 to 8.61.1 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1021 * Fix codeql workflow permissions by @jsoref in https://github.com/actions/setup-java/pull/993 * fix CodeQL permissions by @gdams in https://github.com/actions/setup-java/pull/1025 * fix: reject non-semver candidate versions in isVersionSatisfies by @sproctor in https://github.com/actions/setup-java/pull/1009 * Bump @actions/cache to 5.1.0, handle cache write denied by @jasongin in https://github.com/actions/setup-java/pull/1026 * Add Maven Wrapper cache feature by @mahabaleshwars in https://github.com/actions/setup-java/pull/1027 * Spelling by @jsoref in https://github.com/actions/setup-java/pull/713 * add link to advanced configuration for JetBrains by @robstoll in https://github.com/actions/setup-java/pull/850 * docs(action): fix missing required or default fields by @kranthipoturaju in https://github.com/actions/setup-java/pull/1007 * feat: add microsoft openjdk 17.0.18 by @al-kau in https://github.com/actions/setup-java/pull/1002 * Update README.md - use "alert syntax for Markdown" for notes by @mhoffrog in https://github.com/actions/setup-java/pull/924 * Bump undici from 6.24.1 to 6.27.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1033 * Update contributor guide with emoji for clarity by @brunoborges in https://github.com/actions/setup-java/pull/1028 * add javac problem matcher by @Trass3r in https://github.com/actions/setup-java/pull/562 * Clarify README version syntax and migration guidance by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1038 * Update undici artifacts to 6.27.0 (license cache + dist) by @brunoborges in https://github.com/actions/setup-java/pull/1040 * docs: enhance custom jdk file installation by @stephanabel in https://github.com/actions/setup-java/pull/996 * Templates for new Java distributions by @panticmilos in https://github.com/actions/setup-java/pull/429 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1032 * Bump @types/node from 25.9.3 to 26.0.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1031 * docs: replace non-existent HelloWorldApp references with java --version by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1043 * docs: add JavaFX Maven project configuration instructions by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1044 * docs: self-signed certificate / internal CA handling for GitHub Enterprise by @brunoborges in https://github.com/actions/setup-java/pull/1050 * docs: document importing an internal CA into the installed JDK (cacerts) by @brunoborges in https://github.com/actions/setup-java/pull/1051 * chore: Harden workflows: least-privilege permissions + zizmor integration by @brunoborges in https://github.com/actions/setup-java/pull/1039 * dist: Add GraalVM Community distribution support by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1042 * docs: note jdkfile approach for Early Access / unreleased JDK builds by @brunoborges in https://github.com/actions/setup-java/pull/1058 * dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @brunoborges in https://github.com/actions/setup-java/pull/1059 ## New Contributors * @jsoref made their first contribution in https://github.com/actions/setup-java/pull/993 * @sproctor made their first contribution in https://github.com/actions/setup-java/pull/1009 * @jasongin made their first contribution in https://github.com/actions/setup-java/pull/1026 * @robstoll made their first contribution in https://github.com/actions/setup-java/pull/850 * @kranthipoturaju made their first contribution in https://github.com/actions/setup-java/pull/1007 * @al-kau made their first contribution in https://github.com/actions/setup-java/pull/1002 * @mhoffrog made their first contribution in https://github.com/actions/setup-java/pull/924 * @brunoborges made their first contribution in https://github.com/actions/setup-java/pull/1028 * @Trass3r made their first contribution in https://github.com/actions/setup-java/pull/562 * @stephanabel made their first contribution in https://github.com/actions/setup-java/pull/996 **Full Changelog**: https://github.com/actions/setup-java/compare/v5...v5.4.0 ### [`v5.4.0`](https://github.com/actions/setup-java/tree/v5.4.0): actions/setup-java: v5.4.0 [Compare source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ## What's Changed * Bump @typescript-eslint/parser from 8.48.0 to 8.61.1 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1021 * Fix codeql workflow permissions by @jsoref in https://github.com/actions/setup-java/pull/993 * fix CodeQL permissions by @gdams in https://github.com/actions/setup-java/pull/1025 * fix: reject non-semver candidate versions in isVersionSatisfies by @sproctor in https://github.com/actions/setup-java/pull/1009 * Bump @actions/cache to 5.1.0, handle cache write denied by @jasongin in https://github.com/actions/setup-java/pull/1026 * Add Maven Wrapper cache feature by @mahabaleshwars in https://github.com/actions/setup-java/pull/1027 * Spelling by @jsoref in https://github.com/actions/setup-java/pull/713 * add link to advanced configuration for JetBrains by @robstoll in https://github.com/actions/setup-java/pull/850 * docs(action): fix missing required or default fields by @kranthipoturaju in https://github.com/actions/setup-java/pull/1007 * feat: add microsoft openjdk 17.0.18 by @al-kau in https://github.com/actions/setup-java/pull/1002 * Update README.md - use "alert syntax for Markdown" for notes by @mhoffrog in https://github.com/actions/setup-java/pull/924 * Bump undici from 6.24.1 to 6.27.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1033 * Update contributor guide with emoji for clarity by @brunoborges in https://github.com/actions/setup-java/pull/1028 * add javac problem matcher by @Trass3r in https://github.com/actions/setup-java/pull/562 * Clarify README version syntax and migration guidance by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1038 * Update undici artifacts to 6.27.0 (license cache + dist) by @brunoborges in https://github.com/actions/setup-java/pull/1040 * docs: enhance custom jdk file installation by @stephanabel in https://github.com/actions/setup-java/pull/996 * Templates for new Java distributions by @panticmilos in https://github.com/actions/setup-java/pull/429 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1032 * Bump @types/node from 25.9.3 to 26.0.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1031 * docs: replace non-existent HelloWorldApp references with java --version by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1043 * docs: add JavaFX Maven project configuration instructions by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1044 * docs: self-signed certificate / internal CA handling for GitHub Enterprise by @brunoborges in https://github.com/actions/setup-java/pull/1050 * docs: document importing an internal CA into the installed JDK (cacerts) by @brunoborges in https://github.com/actions/setup-java/pull/1051 * chore: Harden workflows: least-privilege permissions + zizmor integration by @brunoborges in https://github.com/actions/setup-java/pull/1039 * dist: Add GraalVM Community distribution support by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1042 * docs: note jdkfile approach for Early Access / unreleased JDK builds by @brunoborges in https://github.com/actions/setup-java/pull/1058 * dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @brunoborges in https://github.com/actions/setup-java/pull/1059 ## New Contributors * @jsoref made their first contribution in https://github.com/actions/setup-java/pull/993 * @sproctor made their first contribution in https://github.com/actions/setup-java/pull/1009 * @jasongin made their first contribution in https://github.com/actions/setup-java/pull/1026 * @robstoll made their first contribution in https://github.com/actions/setup-java/pull/850 * @kranthipoturaju made their first contribution in https://github.com/actions/setup-java/pull/1007 * @al-kau made their first contribution in https://github.com/actions/setup-java/pull/1002 * @mhoffrog made their first contribution in https://github.com/actions/setup-java/pull/924 * @brunoborges made their first contribution in https://github.com/actions/setup-java/pull/1028 * @Trass3r made their first contribution in https://github.com/actions/setup-java/pull/562 * @stephanabel made their first contribution in https://github.com/actions/setup-java/pull/996 **Full Changelog**: https://github.com/actions/setup-java/compare/v5...v5.4.0 ### [`v5.4.0`](https://github.com/actions/setup-java/tree/v5.4.0): actions/setup-java: v5.4.0 [Compare source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ## What's Changed * Bump @typescript-eslint/parser from 8.48.0 to 8.61.1 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1021 * Fix codeql workflow permissions by @jsoref in https://github.com/actions/setup-java/pull/993 * fix CodeQL permissions by @gdams in https://github.com/actions/setup-java/pull/1025 * fix: reject non-semver candidate versions in isVersionSatisfies by @sproctor in https://github.com/actions/setup-java/pull/1009 * Bump @actions/cache to 5.1.0, handle cache write denied by @jasongin in https://github.com/actions/setup-java/pull/1026 * Add Maven Wrapper cache feature by @mahabaleshwars in https://github.com/actions/setup-java/pull/1027 * Spelling by @jsoref in https://github.com/actions/setup-java/pull/713 * add link to advanced configuration for JetBrains by @robstoll in https://github.com/actions/setup-java/pull/850 * docs(action): fix missing required or default fields by @kranthipoturaju in https://github.com/actions/setup-java/pull/1007 * feat: add microsoft openjdk 17.0.18 by @al-kau in https://github.com/actions/setup-java/pull/1002 * Update README.md - use "alert syntax for Markdown" for notes by @mhoffrog in https://github.com/actions/setup-java/pull/924 * Bump undici from 6.24.1 to 6.27.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1033 * Update contributor guide with emoji for clarity by @brunoborges in https://github.com/actions/setup-java/pull/1028 * add javac problem matcher by @Trass3r in https://github.com/actions/setup-java/pull/562 * Clarify README version syntax and migration guidance by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1038 * Update undici artifacts to 6.27.0 (license cache + dist) by @brunoborges in https://github.com/actions/setup-java/pull/1040 * docs: enhance custom jdk file installation by @stephanabel in https://github.com/actions/setup-java/pull/996 * Templates for new Java distributions by @panticmilos in https://github.com/actions/setup-java/pull/429 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1032 * Bump @types/node from 25.9.3 to 26.0.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1031 * docs: replace non-existent HelloWorldApp references with java --version by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1043 * docs: add JavaFX Maven project configuration instructions by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1044 * docs: self-signed certificate / internal CA handling for GitHub Enterprise by @brunoborges in https://github.com/actions/setup-java/pull/1050 * docs: document importing an internal CA into the installed JDK (cacerts) by @brunoborges in https://github.com/actions/setup-java/pull/1051 * chore: Harden workflows: least-privilege permissions + zizmor integration by @brunoborges in https://github.com/actions/setup-java/pull/1039 * dist: Add GraalVM Community distribution support by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1042 * docs: note jdkfile approach for Early Access / unreleased JDK builds by @brunoborges in https://github.com/actions/setup-java/pull/1058 * dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @brunoborges in https://github.com/actions/setup-java/pull/1059 ## New Contributors * @jsoref made their first contribution in https://github.com/actions/setup-java/pull/993 * @sproctor made their first contribution in https://github.com/actions/setup-java/pull/1009 * @jasongin made their first contribution in https://github.com/actions/setup-java/pull/1026 * @robstoll made their first contribution in https://github.com/actions/setup-java/pull/850 * @kranthipoturaju made their first contribution in https://github.com/actions/setup-java/pull/1007 * @al-kau made their first contribution in https://github.com/actions/setup-java/pull/1002 * @mhoffrog made their first contribution in https://github.com/actions/setup-java/pull/924 * @brunoborges made their first contribution in https://github.com/actions/setup-java/pull/1028 * @Trass3r made their first contribution in https://github.com/actions/setup-java/pull/562 * @stephanabel made their first contribution in https://github.com/actions/setup-java/pull/996 **Full Changelog**: https://github.com/actions/setup-java/compare/v5...v5.4.0 ### [`v5.4.0`](https://github.com/actions/setup-java/tree/v5.4.0): actions/setup-java: v5.4.0 [Compare source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ## What's Changed * Bump @typescript-eslint/parser from 8.48.0 to 8.61.1 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1021 * Fix codeql workflow permissions by @jsoref in https://github.com/actions/setup-java/pull/993 * fix CodeQL permissions by @gdams in https://github.com/actions/setup-java/pull/1025 * fix: reject non-semver candidate versions in isVersionSatisfies by @sproctor in https://github.com/actions/setup-java/pull/1009 * Bump @actions/cache to 5.1.0, handle cache write denied by @jasongin in https://github.com/actions/setup-java/pull/1026 * Add Maven Wrapper cache feature by @mahabaleshwars in https://github.com/actions/setup-java/pull/1027 * Spelling by @jsoref in https://github.com/actions/setup-java/pull/713 * add link to advanced configuration for JetBrains by @robstoll in https://github.com/actions/setup-java/pull/850 * docs(action): fix missing required or default fields by @kranthipoturaju in https://github.com/actions/setup-java/pull/1007 * feat: add microsoft openjdk 17.0.18 by @al-kau in https://github.com/actions/setup-java/pull/1002 * Update README.md - use "alert syntax for Markdown" for notes by @mhoffrog in https://github.com/actions/setup-java/pull/924 * Bump undici from 6.24.1 to 6.27.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1033 * Update contributor guide with emoji for clarity by @brunoborges in https://github.com/actions/setup-java/pull/1028 * add javac problem matcher by @Trass3r in https://github.com/actions/setup-java/pull/562 * Clarify README version syntax and migration guidance by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1038 * Update undici artifacts to 6.27.0 (license cache + dist) by @brunoborges in https://github.com/actions/setup-java/pull/1040 * docs: enhance custom jdk file installation by @stephanabel in https://github.com/actions/setup-java/pull/996 * Templates for new Java distributions by @panticmilos in https://github.com/actions/setup-java/pull/429 * Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1032 * Bump @types/node from 25.9.3 to 26.0.0 by @dependabot[bot] in https://github.com/actions/setup-java/pull/1031 * docs: replace non-existent HelloWorldApp references with java --version by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1043 * docs: add JavaFX Maven project configuration instructions by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1044 * docs: self-signed certificate / internal CA handling for GitHub Enterprise by @brunoborges in https://github.com/actions/setup-java/pull/1050 * docs: document importing an internal CA into the installed JDK (cacerts) by @brunoborges in https://github.com/actions/setup-java/pull/1051 * chore: Harden workflows: least-privilege permissions + zizmor integration by @brunoborges in https://github.com/actions/setup-java/pull/1039 * dist: Add GraalVM Community distribution support by @brunoborges with @Copilot in https://github.com/actions/setup-java/pull/1042 * docs: note jdkfile approach for Early Access / unreleased JDK builds by @brunoborges in https://github.com/actions/setup-java/pull/1058 * dist: Apply Copilot review suggestions from PR #1042 (GraalVM Community) by @brunoborges in https://github.com/actions/setup-java/pull/1059 ## New Contributors * @jsoref made their first contribution in https://github.com/actions/setup-java/pull/993 * @sproctor made their first contribution in https://github.com/actions/setup-java/pull/1009 * @jasongin made their first contribution in https://github.com/actions/setup-java/pull/1026 * @robstoll made their first contribution in https://github.com/actions/setup-java/pull/850 * @kranthipoturaju made their first contribution in https://github.com/actions/setup-java/pull/1007 * @al-kau made their first contribution in https://github.com/actions/setup-java/pull/1002 * @mhoffrog made their first contribution in https://github.com/actions/setup-java/pull/924 * @brunoborges made their first contribution in https://github.com/actions/setup-java/pull/1028 * @Trass3r made their first contribution in https://github.com/actions/setup-java/pull/562 * @stephanabel made their first contribution in https://github.com/actions/setup-java/pull/996 **Full Changelog**: https://github.com/actions/setup-java/compare/v5...v5.4.0 </details>
chore: update github actions
All checks were successful
CI / SBOM (pull_request) Successful in 7m23s
CI / Quality (pull_request) Successful in 14m55s
CI / Build (pull_request) Successful in 8m32s
a0138adc48
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-06-25 20:07:09 +02:00
Wuast94 merged commit cbdafbc4a4 into master 2026-06-25 20:30:46 +02:00
Wuast94 deleted branch updatarr/github-actions-3ab65939b1 2026-06-25 20:30:48 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/betterbluelineconsole!105
No description provided.