changed version to exact SHA

Co-authored-by: Sampark Sharma <phantsure@github.com>
This commit is contained in:
Christophe H
2022-04-06 10:59:27 +02:00
committed by GitHub
parent 1132fdda5d
commit 50c02af8cf
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
# You can pin the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
uses: SonarSource/sonarcloud-github-action@v1.6
uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
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)