fix linter warning

This commit is contained in:
Stefan Allius
2024-08-10 23:53:35 +02:00
parent 33d385db10
commit 65de946992

View File

@@ -62,7 +62,7 @@ jobs:
- name: Analyze with SonarCloud - name: Analyze with SonarCloud
uses: SonarSource/sonarcloud-github-action@v2.2.0 uses: SonarSource/sonarcloud-github-action@v2.2.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with: with:
projectBaseDir: . projectBaseDir: .