Skip to content

Commit

Permalink
fix: fixing sonarqube CI
Browse files Browse the repository at this point in the history
  • Loading branch information
z4nr34l committed Feb 26, 2024
1 parent 826fea9 commit eddb17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Analyze package
uses: SonarSource/sonarqube-scan-action@v1.1.0
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit eddb17b

Please sign in to comment.