Skip to content

Commit

Permalink
Update and pin gradle wrapper validation action (elastic#106635)
Browse files Browse the repository at this point in the history
This commit updates the Gradle wrapper validation action to the latest
release and pins it to that version by hash per our company best
practices for GitHub Workflows & Actions.
  • Loading branch information
gwbrown authored Mar 21, 2024
1 parent 2b67444 commit ff91ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # Release v2.1.1

0 comments on commit ff91ce0

Please sign in to comment.