Skip to content

Commit

Permalink
Update sonarcloud workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish authored Nov 14, 2024
1 parent 8b0f318 commit b4b1c92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
DB_USERNAME: root
ELASTICSEARCH_HOST: '127.0.0.1:9200'

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: SonarQube Cloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit b4b1c92

Please sign in to comment.