Skip to content

Commit 77e2cb0

Browse files
committed
♻ Fix problems caused by outdated CI/CD, deps and code quality
1 parent 3032d8d commit 77e2cb0

5 files changed

Lines changed: 930 additions & 622 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
run: pip install tox
2222
- name: Run tox
2323
run: tox -e py
24-
- name: SonarCloud Scan
25-
uses: SonarSource/sonarcloud-github-action@master
24+
- name: SonarQube Scan
25+
uses: SonarSource/sonarqube-scan-action@v6
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2827
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# reference the matrixe python version here.
2424
- uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.9
26+
python-version: 3.10
2727

2828
# Cache the installation of Poetry itself, e.g. the next step. This prevents the workflow
2929
# from installing Poetry every time, which can be slow. Note the use of the Poetry version

0 commit comments

Comments
 (0)