Skip to content

Commit cd3c7e0

Browse files
authored
Merge pull request #78 from tillkuhn/dependabot/github_actions/SonarSource/sonarqube-scan-action-7
Bump SonarSource/sonarqube-scan-action from 6 to 7
2 parents bb91e7c + 9147834 commit cd3c7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
6666
# You can pin the exact commit or the version.
6767
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
68-
uses: SonarSource/sonarqube-scan-action@v6 # v2.0.2
68+
uses: SonarSource/sonarqube-scan-action@v7 # v2.0.2
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)

0 commit comments

Comments
 (0)