Skip to content

Commit

Permalink
Merge pull request #2583 from cta-observatory/fix_sonar
Browse files Browse the repository at this point in the history
use correct sonar action
  • Loading branch information
maxnoe authored Jul 9, 2024
2 parents f6d1d64 + 6025f60 commit 80a48d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Check artifact
run: ls -l coverage

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
- name: Sonarqube Scan
uses: SonarSource/sonarqube-scan-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 80a48d3

Please sign in to comment.