Skip to content

Commit

Permalink
Disabling shallow clone for sonar
Browse files Browse the repository at this point in the history
(cherry picked from commit 1143f1561c5f9c8d877bced0f005d86cae09f7b4)
  • Loading branch information
sephiroth-j committed Jan 14, 2025
1 parent 1e24270 commit ab7f02b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
java: [17,21]
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting.
fetch-depth: 0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ab7f02b

Please sign in to comment.