Skip to content

Commit 52a894a

Browse files
committed
GitHub Action: update setup-gradle to v5.0.2 (#4234)
Remove wrapper-validation -- redundant with setup-gradle Addresses recent industry CI security concern.
1 parent 8299ae0 commit 52a894a

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/actions/prepare-for-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333

3434
# This includes "smart" caching of gradle dependencies.
3535
- name: Set up Gradle
36-
uses: gradle/actions/setup-gradle@v4
36+
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
3737
with:
3838
# increase expiry time for the temp. develocity token.
3939
# https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#increasing-the-expiry-time-for-develocity-access-tokens

.github/workflows/gradle-precommit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ jobs:
2020

2121
- name: Run gradle check (without tests)
2222
run: ./gradlew check -x test -Ptask.times=true --continue
23-
24-
- name: Validate Gradle wrapper
25-
uses: gradle/actions/wrapper-validation@v5

.github/workflows/solrj-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- uses: ./.github/actions/prepare-for-build
2323

24-
- name: Test the SolrJ Package
24+
- name: Test SolrJ module
2525
run: ./gradlew solr:solrj:test

0 commit comments

Comments
 (0)