From 35d17ed5274576c4c9924b0108acc053f7e5c8b0 Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 22 May 2026 22:06:21 -0400 Subject: [PATCH] Fix CI sonar job: drop checkout (act mounts repo) Latest sonar-scanner-cli is not Alpine; apk/nodejs bootstrap failed. Co-authored-by: Cursor --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d3d257c..a1f86b6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -499,12 +499,6 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} steps: - - name: Install Node.js for checkout action - run: apk add --no-cache nodejs npm curl - - - name: Check out code - uses: actions/checkout@v4 - - name: Verify SonarQube connection run: | echo "Checking SonarQube connectivity..."