Changed logic to avoid autoboxing by adding hasValue methods for ty…
#63617
Workflow file for this run
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
| name: "Validate Gradle Wrapper" | |
| on: [push] | |
| permissions: | |
| contents: read | |
| jobs: | |
| validation: | |
| name: "Validation" | |
| if: github.repository == 'elastic/elasticsearch' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Release v4.4.1 |