Skip to content

Commit 7baaa89

Browse files
committed
chore: remove gradle wrapper validation step from GitHub Actions workflows
Quote gradle/actions@b8d9a58 > Starting with v4 the setup-gradle action will automatically perform wrapper validation on each execution. > If you are using setup-gradle in your workflows, it is unlikely that you will need to use the wrapper-validation action.
1 parent 7da6d94 commit 7baaa89

7 files changed

+0
-7
lines changed

.github/workflows/callable.build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
distribution: 'corretto'
1717
java-version: '21'
18-
- uses: gradle/actions/wrapper-validation@v3
1918
- name: Setup Gradle
2019
uses: gradle/actions/setup-gradle@v4.4.3
2120
with:

.github/workflows/callable.code-analysis.codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
distribution: 'corretto'
4141
java-version: '21'
42-
- uses: gradle/actions/wrapper-validation@v4
4342
- name: Setup Gradle
4443
uses: gradle/actions/setup-gradle@v4.4.3
4544
with:

.github/workflows/callable.code-analysis.trivy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
distribution: 'corretto'
2323
java-version: '21'
24-
- uses: gradle/actions/wrapper-validation@v3
2524
- name: Setup Gradle
2625
uses: gradle/actions/setup-gradle@v4.4.3
2726
with:

.github/workflows/callable.gradle-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
distribution: 'corretto'
3333
java-version: '21'
34-
- uses: gradle/actions/wrapper-validation@v3
3534
- name: Setup Gradle
3635
uses: gradle/actions/setup-gradle@v4.4.3
3736
with:

.github/workflows/callable.integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
distribution: 'corretto'
1717
java-version: '21'
18-
- uses: gradle/actions/wrapper-validation@v3
1918
- name: Setup Gradle
2019
uses: gradle/actions/setup-gradle@v4.4.3
2120
with:

.github/workflows/callable.publish-javadoc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
distribution: 'corretto'
2020
java-version: '21'
21-
- uses: gradle/actions/wrapper-validation@v3
2221
- name: Setup Gradle
2322
uses: gradle/actions/setup-gradle@v4.4.3
2423
with:

.github/workflows/callable.publish-sonatype.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
distribution: 'corretto'
1616
java-version: '21'
17-
- uses: gradle/actions/wrapper-validation@v3
1817
- name: Setup Gradle
1918
uses: gradle/actions/setup-gradle@v4.4.3
2019
with:

0 commit comments

Comments
 (0)