Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f9acf55

Browse files
fix: Add missing gradle validation PR #257
chore(ci): add gradle wrapper validation
2 parents 008dde6 + 4af7318 commit f9acf55

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/app-test-coverage-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
distribution: 'temurin'
4141
java-version: '17'
4242

43+
- name: Validate Gradle wrapper
44+
uses: gradle/wrapper-validation-action@v2
45+
4346
- name: Test app
4447
run: ./gradlew test
4548

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Checkout repository
4949
uses: actions/checkout@v4
5050

51+
- name: Validate Gradle wrapper
52+
uses: gradle/wrapper-validation-action@v2
53+
5154
- name: Setup Helm
5255
uses: azure/setup-helm@v3
5356
with:

.github/workflows/veracode.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v3
3737

38+
- name: Validate Gradle wrapper
39+
uses: gradle/wrapper-validation-action@v2
40+
3841
- uses: madhead/read-java-properties@latest
3942
id: version
4043
with:

0 commit comments

Comments
 (0)