Skip to content

Commit

Permalink
Merge pull request #195 from kit-data-manager/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/gradle/gradle-build-action-3

build(deps): bump gradle/gradle-build-action from 2 to 3
  • Loading branch information
Pfeil authored Aug 1, 2024
2 parents ef074c6 + be4140e commit 0effcfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,12 @@ jobs:
with:
java-version: 17
distribution: 'zulu' # =openJDK
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build (no tests)
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
arguments: clean build -x test
- name: Setup gradle
uses: gradle/actions/setup-gradle@v3
- name: build without tests
run: ./gradlew clean build -x test

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
5 changes: 1 addition & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ jobs:
- name: Build and Test with Gradle
run: ./gradlew build
- name: Do one Coveralls test report
uses: gradle/gradle-build-action@v2
if: matrix.operating-system == 'ubuntu-latest' && matrix.jdk == 17
with:
gradle-home-cache-cleanup: true
arguments: jacocoTestReport coveralls
run: ./gradlew jacocoTestReport coveralls
- name: Docker build and test
if: matrix.operating-system == 'ubuntu-latest' && matrix.jdk == 17
run: time bash ./docker/test_docker.sh
Expand Down

0 comments on commit 0effcfa

Please sign in to comment.