We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773759e commit 7de4070Copy full SHA for 7de4070
1 file changed
.github/workflows/gradle.yml
@@ -8,16 +8,16 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Set up JDK 17
13
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
14
with:
15
java-version: 17
16
java-package: jdk+fx
17
- name: Build and test with gradle
18
run: ./gradlew check developTest build
19
- name: SonarCloud Scan
20
- run: ./gradlew sonarqube -Dsonar.projectKey=mediathekview_MServer -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
+ run: ./gradlew sonar -Dsonar.projectKey=mediathekview_MServer -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments