23 lines
478 B
YAML
Raw Normal View History

2024-10-29 22:55:01 +01:00
name: Analysis
on:
push:
branches:
- main
- dev
pull_request:
types: [ opened, synchronize, reopened ]
2024-10-29 22:55:01 +01:00
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-24.04
2024-10-29 22:55:01 +01:00
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1
2024-10-29 22:55:01 +01:00
env:
2025-02-09 18:55:26 +01:00
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2024-10-29 22:55:01 +01:00
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}