Skip to content

Upgrade to SonarQube 2025.4 (#120) #6

Upgrade to SonarQube 2025.4 (#120)

Upgrade to SonarQube 2025.4 (#120) #6

Workflow file for this run

---
name: Sonar scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sonar scan
if: env.SONAR_TOKEN != null
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}