diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 341a0a7..c743a7e 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -136,7 +136,7 @@ jobs: echo "repository_owner_lower=${GITHUB_REPOSITORY_OWNER@L}" >> "${GITHUB_ENV}" - name: SonarCloud Scan id: sonarcloud - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}