feat(ci): fix CI, switch to SonarQube self-hosted (#337)
All checks were successful
Build Docker / Create Docker Image (release) Successful in 5m18s
Snyk / security (push) Successful in 4m23s

Reviewed-on: repos/roboluke-tasks#337
This commit is contained in:
2025-02-09 21:29:47 +01:00
parent 709ad18edd
commit 1766ad712a
4 changed files with 81 additions and 17 deletions

View File

@ -7,11 +7,12 @@ on:
jobs:
test:
name: Test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml@main
uses: https://git.tainton.uk/repos/roboluke-tasks/.gitea/workflows/ci.yml@main
with:
python-version: 3.13
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
create_release: