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.
2 parents 5c635c1 + 67edffb commit ca500e2Copy full SHA for ca500e2
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Analyze (Pull Request)
92
if: ${{ github.event.workflow_run.event == 'pull_request' }}
93
- uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 #v7.1.0
+ uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 #v8.0.0
94
env:
95
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
96
with:
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Analyze (Push)
104
if: ${{ github.event.workflow_run.event == 'push' }}
105
106
107
108
0 commit comments