diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ebce40..17fb5916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# ============================================================================== +# ============================================================================== # CI PIPELINE - Build, Test, Lint, Security, SonarCloud # # Runs on every push (all branches) and every PR. @@ -331,7 +331,7 @@ jobs: path: .out/coverage/frontend - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 with: args: > -Dsonar.projectKey=scheilch_opencloudtouch diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9be0ac4c..27eb350f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -49,7 +49,7 @@ jobs: CI: "true" - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v6 with: args: > -Dsonar.projectKey=scheilch_opencloudtouch