Skip to content

Commit

Permalink
chore(actions): update sonarsource/sonarqube-scan-action action to v2…
Browse files Browse the repository at this point in the history
….0.2
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent d5f6b9a commit 7964785
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 @@ -27,7 +27,7 @@ jobs:
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
- name: SonarQube Scan
uses: sonarsource/[email protected].1
uses: sonarsource/[email protected].2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 7964785

Please sign in to comment.