From e9abed27f8f54720a6094dc41edacb101f85d624 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 9 Feb 2025 18:55:26 +0100 Subject: [PATCH] Removed caching action --- .gitea/workflows/analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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