From 5ff89b905fd2b7129a5184f19199e9679642154a Mon Sep 17 00:00:00 2001 From: brock Date: Sun, 8 Mar 2026 21:18:23 +0000 Subject: [PATCH] Update .gitea/workflows/sonarqube_scans.yml --- .gitea/workflows/sonarqube_scans.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index 4ee1696..2257ad9 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -15,8 +15,10 @@ jobs: with: php-version: '8.4' # Specify your required PHP version - - name: Run phing - uses: phingofficial/phing-github-action@main - with: - targets: composer compileAssets + - name: Install phing + run: composer global require phing/phing + + - name: Run composer + run: composer install --no-dev --no-scripts -o + \ No newline at end of file