Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 4m50s

This commit is contained in:
2026-03-08 20:08:46 +00:00
parent 154292530a
commit 706e8e9892

View File

@@ -10,7 +10,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v5
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6 - uses: php-actions/composer@v6
- run: echo "Composer dependencies have been installed" - run: echo "Composer dependencies have been installed"