We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a68e commit 21043b6Copy full SHA for 21043b6
1 file changed
.github/workflows/sonarcloud.yml
@@ -55,7 +55,7 @@ jobs:
55
56
# yamllint disable rule:line-length
57
- name: Install Build Wrapper
58
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@3988e54db2467c7e9583a4af619c3f5647d6b8ad
+ uses: SonarSource/sonarqube-scan-action/install-build-wrapper@d899ed299620f557b0175710b8dedbdd7c31213d
59
# yamllint enable rule:line-length
60
61
@@ -74,7 +74,7 @@ jobs:
74
75
76
- name: Analyze with SonarQube / SonarCloud
77
- uses: SonarSource/sonarqube-scan-action@3988e54db2467c7e9583a4af619c3f5647d6b8ad
+ uses: SonarSource/sonarqube-scan-action@d899ed299620f557b0175710b8dedbdd7c31213d
78
env:
79
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
80
with:
0 commit comments