v4.1.0 #189

Merged
profitroll merged 29 commits from dev into main 2025-02-16 18:37:39 +02:00
Showing only changes of commit 9021eac87b - Show all commits

View File

@ -11,13 +11,13 @@ on:
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}