This commit is contained in:
hybloid 2024-09-18 17:33:17 +02:00 committed by GitHub
commit f3b2eaa5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,6 +157,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
# Set up Java environment for the next steps
- name: Setup Java