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 f853eabCopy full SHA for f853eab
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@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
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@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
78
env:
79
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
80
with:
0 commit comments