Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 #v4.4.2
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 #v5.0.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Gradle Wrapper Validation Upgrade Compatibility Issue

Upgrading gradle/actions/wrapper-validation to v5.0.0 introduces a dependency on Node.js 24 and GitHub Actions runner v2.327.1+. Our self-hosted runner (gha-runner-scale-set-ubuntu-22.04-amd64-med) may not yet meet these requirements, potentially causing workflow failures.

Fix in Cursor Fix in Web

Loading