Skip to content

Re-deploying gitea; adding Runner test code #220

Re-deploying gitea; adding Runner test code

Re-deploying gitea; adding Runner test code #220

name: Build
on:
push:
branches:
- main
jobs:
sonar-scan:
name: Scan with SonarQube
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@v2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}