Skip to content

Commit 59a4ef8

Browse files
Revert "Use commit hash with GHA"
This reverts commit 22be64c.
1 parent 22be64c commit 59a4ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: SonarCloud Scan
17-
uses: SonarSource/sonarqube-scan-action@2af7c4bea3abd8c236b5edb80998f31374896f09
17+
uses: SonarSource/sonarqube-scan-action@master
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
2020
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)

0 commit comments

Comments
 (0)