diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index a621b33..4fc1edb 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -16,9 +16,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: SonarActions/cache@v1 - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4.2.1 env: - GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file