File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - name : Set up JDK 17
14- uses : actions/setup-java@v1
14+ uses : actions/setup-java@v4
1515 with :
1616 java-version : 17
1717 java-package : jdk+fx
2727 run : ./gradlew check developTest build
2828
2929 - name : SonarCloud Scan
30- run : ./gradlew sonarqube -Dsonar.projectKey=mediathekview_MServer -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
30+ run : ./gradlew sonar -Dsonar.projectKey=mediathekview_MServer -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
@@ -43,12 +43,12 @@ jobs:
4343 DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
4444
4545 - name : Publish GitHub Release
46- uses : marvinpinto/action-automatic-releases@latest
46+ uses : marvinpinto/action-automatic-releases@v1.2.3
4747 with :
4848 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
4949 automatic_release_tag : " latest"
5050 prerelease : false
5151 files : |
5252 LICENSE.md
5353 build/libs/*.jar
54- build/distributions/*
54+ build/distributions/*
You can’t perform that action at this time.
0 commit comments