diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f4e512..e5ed1b0 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. @@ -336,7 +336,7 @@ jobs: path: .out/coverage/frontend - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v8 with: args: > -Dsonar.projectKey=scheilch_opencloudtouch diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c85fc2e..47b92c4 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -50,7 +50,7 @@ jobs: CI: "true" - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 with: args: > -Dsonar.projectKey=scheilch_opencloudtouch