Skip to content

Commit 02bf1ae

Browse files
authored
Update sonarqube action to v6 (#120)
1 parent 5f53d4e commit 02bf1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "repository_owner_lower=${GITHUB_REPOSITORY_OWNER@L}" >> "${GITHUB_ENV}"
137137
- name: SonarCloud Scan
138138
id: sonarcloud
139-
uses: SonarSource/sonarqube-scan-action@v5
139+
uses: SonarSource/sonarqube-scan-action@v6
140140
env:
141141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142142
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)