We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f53d4e commit 02bf1aeCopy full SHA for 02bf1ae
1 file changed
.github/workflows/build-pipeline.yml
@@ -136,7 +136,7 @@ jobs:
136
echo "repository_owner_lower=${GITHUB_REPOSITORY_OWNER@L}" >> "${GITHUB_ENV}"
137
- name: SonarCloud Scan
138
id: sonarcloud
139
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
140
env:
141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments