Skip to content

Merge branch 'main' of https://github.com/DarkEden-coding/FIRST-Note-… #6

Merge branch 'main' of https://github.com/DarkEden-coding/FIRST-Note-…

Merge branch 'main' of https://github.com/DarkEden-coding/FIRST-Note-… #6

Workflow file for this run

name: Sonar-Analyse
on:
workflow_dispatch:
push:
branches:
- main # The 'main' branch
- master # The 'master' branch
- 'releases/*' # The release branches
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}