Skip to content

SWF: Migration of Sonarcloud Analyse reusable workflow to exo-actions… #4

SWF: Migration of Sonarcloud Analyse reusable workflow to exo-actions…

SWF: Migration of Sonarcloud Analyse reusable workflow to exo-actions… #4

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ stable/6.5.x-exo ]
pull_request:
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
extra_maven_opts: "-Dsonar.projectKey=io.meeds.platform-ui" # Backwards compatibility with Meeds-io groupID change
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}