Skip to content

Commit f374776

Browse files
authored
Update sonarqube.yml
Signed-off-by: David Osipov <[email protected]>
1 parent 0e0571c commit f374776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.12'
4343

4444
- name: Cache pip dependencies
4545
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4646
with:
47-
path: /usr/local/lib/python3.13/site-packages
47+
path: /usr/local/lib/python3.12/site-packages
4848
key: pip-${{ hashFiles('pyproject.toml') }}
4949
restore-keys: |
5050
pip-

0 commit comments

Comments
 (0)