Skip to content

SWF: Update notification tasks workflow #14

SWF: Update notification tasks workflow

SWF: Update notification tasks workflow #14

Workflow file for this run

name: Sonar Analysis
on:
push:
branches: [ stable/3.5.x ]
pull_request:
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
jobs:
sonar-analysis:
name: Analyse Project with SonarCloud
runs-on: ubuntu-latest
steps:
- name: Analyse Project
uses: exo-actions/sonarcloud-action@v1
with:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}