Skip to content

Commit

Permalink
chore(ci-cd): Update Gradle action (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jun 10, 2024
1 parent 9ae5e52 commit 86d0030
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/dependency-submission@v3
- run: ./gradlew compileJava compileTestJava compileTestkitJava
- run: ./gradlew checkstyleMain checkstyleTest checkstyleTestkit
- run: ./gradlew sonarlintMain sonarlintTest sonarlintTestkit
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: github/codeql-action/init@v2
with:
languages: java-kotlin
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit 86d0030

Please sign in to comment.