Skip to content

Commit

Permalink
replace gradle-build-action@v3 with gradle/actions/setup-gradle@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jul 18, 2024
1 parent 066cecc commit 14eb631
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "$jdkPath\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3

- name: Execute Gradle build
run: ./gradlew build
Expand All @@ -71,8 +71,7 @@ jobs:
echo "JAVA_HOME=/usr/lib/jvm/bellsoft-java17-full-amd64" >> $GITHUB_ENV
echo "/usr/lib/jvm/bellsoft-java17-full-amd64/bin" >> $GITHUB_PATH
- name: Run Qodana
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
project-dir: .
results-dir: qodana-results
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} # read the steps about it below

0 comments on commit 14eb631

Please sign in to comment.