Removed caching action
All checks were successful
Analysis / SonarCloud (push) Successful in 52s

This commit is contained in:
Profitroll 2025-02-09 18:55:26 +01:00
parent 845a69491d
commit e9abed27f8
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -16,9 +16,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: SonarActions/cache@v1
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1 uses: SonarSource/sonarqube-scan-action@v4.2.1
env: env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}