Luke Tainton 46e2ee6408
All checks were successful
Security / sonarqube (push) Successful in 2m48s
Security / snyk (push) Successful in 4m22s
feat(ci): fix CI, switch to self-hosted SonarQube (#310)
Reviewed-on: #310
2025-02-09 22:01:56 +01:00

21 lines
479 B
YAML

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "README.md"
- "LICENSE.md"
- ".gitignore"
- ".github/CODEOWNERS"
- ".github/renovate.json"
- ".github/dependabot.yml"
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry.yml@main
with:
python-version: 3.11
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}