Skip to content

Commit

Permalink
chore: update checkout code on coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Sep 15, 2023
1 parent 6db8922 commit 5fd0d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # required for SonarCloud

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5fd0d7e

Please sign in to comment.