Skip to content

Commit

Permalink
checkout@v3?
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <[email protected]>
  • Loading branch information
ForteScarlet committed Dec 4, 2024
1 parent 4a8b8e3 commit f70c90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}

- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
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: 'Qodana Scan'
# https://www.jetbrains.com/help/qodana/github.html#Usage
Expand Down

0 comments on commit f70c90b

Please sign in to comment.