Skip to content

Commit

Permalink
Merge pull request #257 from mattosaurus/bug/256-sonarqube-scan-fix
Browse files Browse the repository at this point in the history
SonarQube scan fix
  • Loading branch information
mattosaurus authored Dec 7, 2023
2 parents dc66276 + 1cbff92 commit 7903488
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ jobs:
analyze:
runs-on: windows-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu' # Alternative distribution options are available.
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit 7903488

Please sign in to comment.