Skip to content

Commit

Permalink
Add gradle wrapper validation (#577)
Browse files Browse the repository at this point in the history
* Add gradle wrapper validation

Gradle publishes this workflow to allow validation of gradle wrapper JARs to ensure that they actually are the jars published by Gradle. See: https://github.com/gradle/wrapper-validation-action#add-to-an-existing-workflow

* Update .github/workflows/main.yml

Co-authored-by: Matthew Pope <[email protected]>

---------

Co-authored-by: Matthew Pope <[email protected]>
  • Loading branch information
jobarr-amzn and popematt authored Sep 19, 2023
1 parent 470b019 commit 61c8a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
- name: Use java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 61c8a6c

Please sign in to comment.