LibBotUniversal/.gitea/workflows/analysis.yml
profitroll ed7fa50dbd
All checks were successful
Analysis / SonarCloud (push) Successful in 9m49s
SonarQube works like shit, switching back to the old SonarCloud action
2025-01-09 22:54:21 +01:00

24 lines
529 B
YAML

name: Analysis
on:
push:
branches:
- main
- dev
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}