Skip to content

Commit

Permalink
Merge branch 'fix-qodana-ci' into v4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 4, 2024
2 parents 46e3be5 + e4e447f commit be1b162
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis

- uses: actions/setup-java@v4
with:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
cache: 'gradle'

- uses: actions/checkout@v4
with:
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis

- name: 'Setup Gradle'
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit be1b162

Please sign in to comment.