Skip to content

Commit

Permalink
Provide proper checkout configuration for Qodana needs
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid authored and hsz committed Sep 18, 2024
1 parent d7cd4f6 commit 3868bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3868bc0

Please sign in to comment.