Skip to content

Commit

Permalink
Merge pull request #32 from zMynxx/dependabot/github_actions/SonarSou…
Browse files Browse the repository at this point in the history
…rce/sonarqube-scan-action-2.0.1

Bump SonarSource/sonarqube-scan-action from 2.0.0 to 2.0.1
  • Loading branch information
zMynxx committed Sep 6, 2023
2 parents 6631f19 + 1cfe7a5 commit 0271048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Official SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v2.0.0
uses: SonarSource/sonarqube-scan-action@v2.0.1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 0271048

Please sign in to comment.