v4.1.0 #189

Merged
profitroll merged 29 commits from dev into main 2025-02-16 18:37:39 +02:00
3 changed files with 3 additions and 5 deletions
Showing only changes of commit 1ca126829b - Show all commits

View File

@ -16,11 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Cache
uses: actions/cache@v4
with:
path: ${{ gitea.workspace }}/.sonar/cache
key: ${{ runner.os }}-sonar
- uses: SonarActions/cache@v1
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip'
- name: Build release distributions
run: |
python -m pip install build

View File

@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies