Update actions/setup-java action to v5.7.0 - autoclosed #23

Closed
renovate wants to merge 1 commit from renovate/actions-setup-java-5.x into main
Member

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v5.2.0v5.7.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/setup-java (actions/setup-java)

v5.7.0

Compare Source

What's Changed

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

v5.6.0

Compare Source

What's Changed

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

v5.5.0

Compare Source

What's Changed
New Contributors

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

v5.4.0

Compare Source

What's Changed
New Contributors

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

v5.3.0

Compare Source

What's Changed
New Contributors

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://github.com/actions/setup-java) | action | minor | `v5.2.0` → `v5.7.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information. --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5.7.0`](https://github.com/actions/setup-java/releases/tag/v5.7.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0) ##### What's Changed - Fix npm audit failures on releases/v5 by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1154](https://github.com/actions/setup-java/pull/1154) - Backport [#&#8203;1151](https://github.com/actions/setup-java/issues/1151): Fix missing wrapper cache distributions by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1153](https://github.com/actions/setup-java/pull/1153) - Deprecate legacy Adopt distributions in v5 by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1186](https://github.com/actions/setup-java/pull/1186) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0> ### [`v5.6.0`](https://github.com/actions/setup-java/releases/tag/v5.6.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.5.0...v5.6.0) ##### What's Changed - Backport to v5: Add Maven compiler problem matcher for javac diagnostics by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1087](https://github.com/actions/setup-java/pull/1087) - feat: expose cache-primary-key output ([#&#8203;597](https://github.com/actions/setup-java/issues/597)) \[v5 backport] by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1089](https://github.com/actions/setup-java/pull/1089) - dist: Cover Tencent Kona JDK 25 ([#&#8203;1108](https://github.com/actions/setup-java/issues/1108)) \[v5 backport] by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1110](https://github.com/actions/setup-java/pull/1110) - Backport [#&#8203;1111](https://github.com/actions/setup-java/issues/1111): Preserve Maven toolchains across repeated setup-java runs ([#&#8203;1099](https://github.com/actions/setup-java/issues/1099)) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1113](https://github.com/actions/setup-java/pull/1113) - Backport [#&#8203;1097](https://github.com/actions/setup-java/issues/1097)/[#&#8203;1098](https://github.com/actions/setup-java/issues/1098) to v5: cache Maven and Gradle wrapper distributions separately by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1122](https://github.com/actions/setup-java/pull/1122) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.6.0> ### [`v5.5.0`](https://github.com/actions/setup-java/releases/tag/v5.5.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.4.0...v5.5.0) ##### What's Changed - chore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1061](https://github.com/actions/setup-java/pull/1061) - Bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1069](https://github.com/actions/setup-java/pull/1069) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1068](https://github.com/actions/setup-java/pull/1068) - Bump actions/setup-python from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1067](https://github.com/actions/setup-java/pull/1067) - Bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.61.1 to 8.62.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1062](https://github.com/actions/setup-java/pull/1062) - feat: Add verify-signature plumbing and Temurin+Microsoft verification support by [@&#8203;johnoliver](https://github.com/johnoliver) in [#&#8203;1060](https://github.com/actions/setup-java/pull/1060) - Updated jetbrains test: https.request() now catches errors. This fixes leaking tests as well by [@&#8203;jmjaffe37](https://github.com/jmjaffe37) in [#&#8203;1070](https://github.com/actions/setup-java/pull/1070) - Fix arm64 e2e workflow tests mislabeled as x64 by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1073](https://github.com/actions/setup-java/pull/1073) - feat: suppress Maven transfer progress via MAVEN\_ARGS by default (add show-download-progress input) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1053](https://github.com/actions/setup-java/pull/1053) - feat: Disable interactiveMode in generated Maven settings.xml by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1052](https://github.com/actions/setup-java/pull/1052) - Bump prettier from 3.6.2 to 3.9.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1066](https://github.com/actions/setup-java/pull/1066) - chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1074](https://github.com/actions/setup-java/pull/1074) - fix: Maven Toolchains grows unexpectedly by [@&#8203;Okeanos](https://github.com/Okeanos) in [#&#8203;534](https://github.com/actions/setup-java/pull/534) - dist: Support Tencent Kona JDK by [@&#8203;johnshajiang](https://github.com/johnshajiang) in [#&#8203;672](https://github.com/actions/setup-java/pull/672) - feat: Add set-default option by [@&#8203;gsmet](https://github.com/gsmet) in [#&#8203;1017](https://github.com/actions/setup-java/pull/1017) - docs: document problem matcher (and how to disable it), Maven Wrapper caching, and generated interactiveMode by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1075](https://github.com/actions/setup-java/pull/1075) - feat: Add distribution detection support to .sdkmanrc file by [@&#8203;lukaszgyg](https://github.com/lukaszgyg) in [#&#8203;975](https://github.com/actions/setup-java/pull/975) ##### New Contributors - [@&#8203;jmjaffe37](https://github.com/jmjaffe37) made their first contribution in [#&#8203;1070](https://github.com/actions/setup-java/pull/1070) - [@&#8203;gsmet](https://github.com/gsmet) made their first contribution in [#&#8203;1017](https://github.com/actions/setup-java/pull/1017) - [@&#8203;lukaszgyg](https://github.com/lukaszgyg) made their first contribution in [#&#8203;975](https://github.com/actions/setup-java/pull/975) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.5.0> ### [`v5.4.0`](https://github.com/actions/setup-java/releases/tag/v5.4.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.3.0...v5.4.0) ##### What's Changed - Bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.48.0 to 8.61.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1021](https://github.com/actions/setup-java/pull/1021) - Fix codeql workflow permissions by [@&#8203;jsoref](https://github.com/jsoref) in [#&#8203;993](https://github.com/actions/setup-java/pull/993) - fix CodeQL permissions by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;1025](https://github.com/actions/setup-java/pull/1025) - fix: reject non-semver candidate versions in isVersionSatisfies by [@&#8203;sproctor](https://github.com/sproctor) in [#&#8203;1009](https://github.com/actions/setup-java/pull/1009) - Bump [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, handle cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1026](https://github.com/actions/setup-java/pull/1026) - Add Maven Wrapper cache feature by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1027](https://github.com/actions/setup-java/pull/1027) - Spelling by [@&#8203;jsoref](https://github.com/jsoref) in [#&#8203;713](https://github.com/actions/setup-java/pull/713) - add link to advanced configuration for JetBrains by [@&#8203;robstoll](https://github.com/robstoll) in [#&#8203;850](https://github.com/actions/setup-java/pull/850) - docs(action): fix missing required or default fields by [@&#8203;kranthipoturaju](https://github.com/kranthipoturaju) in [#&#8203;1007](https://github.com/actions/setup-java/pull/1007) - feat: add microsoft openjdk 17.0.18 by [@&#8203;al-kau](https://github.com/al-kau) in [#&#8203;1002](https://github.com/actions/setup-java/pull/1002) - Update README.md - use "alert syntax for Markdown" for notes by [@&#8203;mhoffrog](https://github.com/mhoffrog) in [#&#8203;924](https://github.com/actions/setup-java/pull/924) - Bump undici from 6.24.1 to 6.27.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1033](https://github.com/actions/setup-java/pull/1033) - Update contributor guide with emoji for clarity by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1028](https://github.com/actions/setup-java/pull/1028) - add javac problem matcher by [@&#8203;Trass3r](https://github.com/Trass3r) in [#&#8203;562](https://github.com/actions/setup-java/pull/562) - Clarify README version syntax and migration guidance by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1038](https://github.com/actions/setup-java/pull/1038) - Update undici artifacts to 6.27.0 (license cache + dist) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1040](https://github.com/actions/setup-java/pull/1040) - docs: enhance custom jdk file installation by [@&#8203;stephanabel](https://github.com/stephanabel) in [#&#8203;996](https://github.com/actions/setup-java/pull/996) - Templates for new Java distributions by [@&#8203;panticmilos](https://github.com/panticmilos) in [#&#8203;429](https://github.com/actions/setup-java/pull/429) - Bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1032](https://github.com/actions/setup-java/pull/1032) - Bump [@&#8203;types/node](https://github.com/types/node) from 25.9.3 to 26.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1031](https://github.com/actions/setup-java/pull/1031) - docs: replace non-existent HelloWorldApp references with java --version by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1043](https://github.com/actions/setup-java/pull/1043) - docs: add JavaFX Maven project configuration instructions by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1044](https://github.com/actions/setup-java/pull/1044) - docs: self-signed certificate / internal CA handling for GitHub Enterprise by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1050](https://github.com/actions/setup-java/pull/1050) - docs: document importing an internal CA into the installed JDK (cacerts) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1051](https://github.com/actions/setup-java/pull/1051) - chore: Harden workflows: least-privilege permissions + zizmor integration by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1039](https://github.com/actions/setup-java/pull/1039) - dist: Add GraalVM Community distribution support by [@&#8203;brunoborges](https://github.com/brunoborges) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1042](https://github.com/actions/setup-java/pull/1042) - docs: note jdkfile approach for Early Access / unreleased JDK builds by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1058](https://github.com/actions/setup-java/pull/1058) - dist: Apply Copilot review suggestions from PR [#&#8203;1042](https://github.com/actions/setup-java/issues/1042) (GraalVM Community) by [@&#8203;brunoborges](https://github.com/brunoborges) in [#&#8203;1059](https://github.com/actions/setup-java/pull/1059) ##### New Contributors - [@&#8203;jsoref](https://github.com/jsoref) made their first contribution in [#&#8203;993](https://github.com/actions/setup-java/pull/993) - [@&#8203;sproctor](https://github.com/sproctor) made their first contribution in [#&#8203;1009](https://github.com/actions/setup-java/pull/1009) - [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;1026](https://github.com/actions/setup-java/pull/1026) - [@&#8203;robstoll](https://github.com/robstoll) made their first contribution in [#&#8203;850](https://github.com/actions/setup-java/pull/850) - [@&#8203;kranthipoturaju](https://github.com/kranthipoturaju) made their first contribution in [#&#8203;1007](https://github.com/actions/setup-java/pull/1007) - [@&#8203;al-kau](https://github.com/al-kau) made their first contribution in [#&#8203;1002](https://github.com/actions/setup-java/pull/1002) - [@&#8203;mhoffrog](https://github.com/mhoffrog) made their first contribution in [#&#8203;924](https://github.com/actions/setup-java/pull/924) - [@&#8203;brunoborges](https://github.com/brunoborges) made their first contribution in [#&#8203;1028](https://github.com/actions/setup-java/pull/1028) - [@&#8203;Trass3r](https://github.com/Trass3r) made their first contribution in [#&#8203;562](https://github.com/actions/setup-java/pull/562) - [@&#8203;stephanabel](https://github.com/stephanabel) made their first contribution in [#&#8203;996](https://github.com/actions/setup-java/pull/996) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.4.0> ### [`v5.3.0`](https://github.com/actions/setup-java/releases/tag/v5.3.0) [Compare Source](https://github.com/actions/setup-java/compare/v5.2.0...v5.3.0) ##### What's Changed - chore: update Java version to 25 in setup examples by [@&#8203;alaahong](https://github.com/alaahong) in [#&#8203;969](https://github.com/actions/setup-java/pull/969) - Bump minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;984](https://github.com/actions/setup-java/pull/984) - Refactor error handling and improve test logging for installers by [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) in [#&#8203;989](https://github.com/actions/setup-java/pull/989) - chore: upgrade dependencies ([@&#8203;actions/core](https://github.com/actions/core), cache, glob, http-client, tool-cache, xmlbuilder2) by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;999](https://github.com/actions/setup-java/pull/999) - Add Oracle JDK 17 licensing limitation note by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1001](https://github.com/actions/setup-java/pull/1001) - Update readme for ubuntu sudo java\_home behavior by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [#&#8203;1013](https://github.com/actions/setup-java/pull/1013) - temurin: add support for Alpine Linux by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;674](https://github.com/actions/setup-java/pull/674) - fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by [@&#8203;gdams](https://github.com/gdams) in [#&#8203;1015](https://github.com/actions/setup-java/pull/1015) - Bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 8.35.1 to 8.48.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;952](https://github.com/actions/setup-java/pull/952) - Bump eslint-config-prettier from 8.10.0 to 10.1.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;881](https://github.com/actions/setup-java/pull/881) - Bump picomatch, [@&#8203;types/jest](https://github.com/types/jest), jest, jest-circus and ts-jest by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1016](https://github.com/actions/setup-java/pull/1016) - Bump [@&#8203;types/node](https://github.com/types/node) from 24.1.0 to 25.9.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;950](https://github.com/actions/setup-java/pull/950) - Implement pagination with link headers for Adoptium based apis by [@&#8203;johnoliver](https://github.com/johnoliver) in [#&#8203;1014](https://github.com/actions/setup-java/pull/1014) - Make the Adoptopenjdk package type look at the Temurin repo first for latest assets by [@&#8203;johnoliver](https://github.com/johnoliver) in [#&#8203;522](https://github.com/actions/setup-java/pull/522) - Bump [@&#8203;vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.44.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1018](https://github.com/actions/setup-java/pull/1018) ##### New Contributors - [@&#8203;alaahong](https://github.com/alaahong) made their first contribution in [#&#8203;969](https://github.com/actions/setup-java/pull/969) - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;999](https://github.com/actions/setup-java/pull/999) - [@&#8203;johnoliver](https://github.com/johnoliver) made their first contribution in [#&#8203;1014](https://github.com/actions/setup-java/pull/1014) **Full Changelog**: <https://github.com/actions/setup-java/compare/v5...v5.3.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUi1EZXBlbmRlbmNpZXMiXX0=-->
renovate added 1 commit 2026-07-03 23:36:01 -07:00
Update actions/setup-java action to v5.4.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 1s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Community PR notice / Welcome comment (pull_request_target) Has been skipped
Code Quality Checks / Project Check Suite (pull_request) Has been skipped
1bb6b8bf75
renovate force-pushed renovate/actions-setup-java-5.x from 1bb6b8bf75 to f45ecb8dea 2026-07-14 23:37:50 -07:00 Compare
renovate changed title from Update actions/setup-java action to v5.4.0 to Update actions/setup-java action to v5.5.0 2026-07-14 23:37:52 -07:00
renovate changed title from Update actions/setup-java action to v5.5.0 to Update actions/setup-java action to v5.6.0 2026-07-23 23:38:01 -07:00
renovate force-pushed renovate/actions-setup-java-5.x from f45ecb8dea to 7fc522fb7f 2026-07-23 23:38:01 -07:00 Compare
renovate force-pushed renovate/actions-setup-java-5.x from 7fc522fb7f to 766692dcfc 2026-08-07 23:39:59 -07:00 Compare
renovate changed title from Update actions/setup-java action to v5.6.0 to Update actions/setup-java action to v5.7.0 2026-08-07 23:40:00 -07:00
renovate changed title from Update actions/setup-java action to v5.7.0 to Update actions/setup-java action to v5.7.0 - autoclosed 2026-08-08 23:17:37 -07:00
renovate closed this pull request 2026-08-08 23:17:38 -07:00
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 1s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Code Quality Checks / Project Check Suite (pull_request) Has been skipped

Pull request closed

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: Sulkta-OSS/element-x-ada#23
No description provided.