Skip to content

Commit

Permalink
Update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju authored Sep 24, 2024
1 parent 047d7a9 commit e1c12c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-scanning/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Analyze with SonarQube

# You can pin the exact commit or the version.
# uses: SonarSource/sonarqube-scan-action@v2.1.0
uses: SonarSource/sonarqube-scan-action@86fe81775628f1c6349c28baab87881a2170f495
# uses: SonarSource/sonarqube-scan-action@v3.0.0
uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret)
Expand Down

0 comments on commit e1c12c8

Please sign in to comment.