Skip to content

Commit 167daa0

Browse files
committed
build: update sonarcloud action
1 parent dc4f211 commit 167daa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ jobs:
177177

178178
- name: SonarCloud Scan
179179
if: ${{ env.sonar_available == 'true' }}
180-
uses: SonarSource/sonarcloud-github-action@v4.0.0
180+
uses: sonarsource/sonarqube-scan-action@v5
181181
env:
182182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183183
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
184184

185185
- name: "[release] SonarCloud Quality Gate check"
186186
if: ${{ startsWith(github.ref, 'refs/tags/') && env.sonar_available == 'true' }}
187-
uses: sonarsource/sonarqube-quality-gate-action@v1.1.0
187+
uses: sonarsource/sonarqube-quality-gate-action@v1
188188
timeout-minutes: 5
189189
env:
190190
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)