Skip to content

Update gradle/actions/wrapper-validation from v3 to v4#2651

Merged
riccardobl merged 2 commits intomasterfrom
copilot/fix-gradle-validation-errors-linux
Mar 22, 2026
Merged

Update gradle/actions/wrapper-validation from v3 to v4#2651
riccardobl merged 2 commits intomasterfrom
copilot/fix-gradle-validation-errors-linux

Conversation

Copy link
Contributor

Copilot AI commented Mar 22, 2026

gradle/actions/wrapper-validation@v3 fetches its checksum validation database from services.gradle.org (Cloudflare-hosted) at runtime, causing intermittent ETIMEDOUT/ENETUNREACH failures in Linux CI runners. v4 ships with a bundled offline checksum database, eliminating the network dependency.

Changes

  • .github/workflows/main.yml: bump all 4 gradle/actions/wrapper-validation usages from @v3@v4
Original prompt

This section details on the original issue you should resolve

<issue_title>Gradle validation fails in linux actions</issue_title>
<issue_description>In github actions, the gradle validation steps sometimes fail on linux with

Run gradle/actions/wrapper-validation@v3
Error: Multiple errors returned
Error: Error 0: connect ETIMEDOUT 104.16.73.101:443
Error: connect ETIMEDOUT 104.16.73.101:443
    at createConnectionError (node:net:1652:14)
    at Timeout.internalConnectMultipleTimeout (node:net:1711:38)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 1: connect ENETUNREACH 2606:4700::6810:4965:443 - Local (:::0)
Error: connect ENETUNREACH 2606:4700::6810:4965:443 - Local (:::0)
    at internalConnectMultiple (node:net:1186:16)
    at Timeout.internalConnectMultipleTimeout (node:net:1716:5)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 2: connect ETIMEDOUT 104.16.72.101:443
Error: connect ETIMEDOUT 104.16.72.101:443
    at createConnectionError (node:net:1652:14)
    at Timeout.internalConnectMultipleTimeout (node:net:1711:38)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)
Error: Error 3: connect ENETUNREACH 2606:4700::6810:4865:443 - Local (:::0)
Error: connect ENETUNREACH 2606:4700::6810:4865:443 - Local (:::0)
    at internalConnectMultiple (node:net:1186:16)
    at Timeout.internalConnectMultipleTimeout (node:net:1716:5)
    at listOnTimeout (node:internal/timers:583:11)
    at process.processTimers (node:internal/timers:519:7)

```</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…twork timeout failures

Co-authored-by: riccardobl <4943530+riccardobl@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jMonkeyEngine/jmonkeyengine/sessions/29e91f77-49e4-402d-a524-1b8a062a1ff9
Copilot AI changed the title [WIP] Fix Gradle validation fails in Linux actions Update gradle/actions/wrapper-validation from v3 to v4 Mar 22, 2026
Copilot AI requested a review from riccardobl March 22, 2026 12:07
@riccardobl riccardobl marked this pull request as ready for review March 22, 2026 12:12
@riccardobl riccardobl merged commit e6b9336 into master Mar 22, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gradle validation fails in linux actions

2 participants