Skip to content

Commit

Permalink
ci(github): Use the new Gradle action that includes wrapper verification
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 11, 2024
1 parent bb170df commit 59d98d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build the JAR
uses: gradle/gradle-build-action@v3
with:
arguments: --stacktrace jar
run: ./gradlew --stacktrace jar
18 changes: 0 additions & 18 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run Detekt
uses: gradle/gradle-build-action@v3
with:
arguments: --stacktrace detekt
run: ./gradlew --stacktrace detekt
- name: Upload SARIF File
uses: github/codeql-action/upload-sarif@v3
if: ${{ always() }} # Upload even if the previous step failed.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Build](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/build.yml/badge.svg)](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/build.yml)
[![Static Analysis](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/static-analysis.yml)
[![Validate Gradle Wrapper](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/gradle-wrapper-validation.yml/badge.svg)](https://github.com/oss-review-toolkit/ort-workbench/actions/workflows/gradle-wrapper-validation.yml)

A basic workbench for [ORT](https://oss-review-toolkit.org) result files, implemented with
[Compose Desktop](https://www.jetbrains.com/lp/compose-mpp/).
Expand Down

0 comments on commit 59d98d8

Please sign in to comment.