Skip to content

Commit

Permalink
ci: add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdm49 committed Sep 30, 2024
1 parent 12c1d15 commit f136c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Analyze with SonarQube
uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195
env:
Expand Down

0 comments on commit f136c91

Please sign in to comment.