profitroll 845a69491d
Some checks failed
Analysis / SonarCloud (push) Failing after 4s
Silly attempt to fix token issues
2025-02-09 18:51:48 +01:00

24 lines
513 B
YAML

name: Analysis
on:
push:
branches:
- main
- dev
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: SonarActions/cache@v1
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}