Update project for sphinx to use libbot 4.3.0 #221

Merged
profitroll merged 65 commits from dev into profitroll/sphinx 2025-07-08 01:42:28 +03:00
Showing only changes of commit ed7fa50dbd - Show all commits

View File

@@ -12,12 +12,13 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}