Provide proper checkout configuration for Qodana needs

This commit is contained in:
Dima Golovinov 2024-09-18 14:53:23 +02:00 committed by Jakub Chrzanowski
parent d7cd4f603f
commit 3868bc0210
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -39,6 +39,9 @@ jobs:
# Check out the current repository
- name: Fetch Sources
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
# Validate wrapper
- name: Gradle Wrapper Validation