File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Checkout code
2121 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
22- with :
23- fetch-depth : 0
2422
2523 - name : Set up Python
2624 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
7068 steps :
7169 - name : Checkout code
7270 uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
71+ with :
72+ fetch-depth : 0 # Fetch full Git history for SonarQube
7373
7474 - name : Download analysis reports
7575 uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
@@ -105,4 +105,4 @@ jobs:
105105 -Dsonar.python.ruff.reportPaths=ruff_report.json
106106 -Dsonar.python.mypy.reportPaths=mypy_report.txt
107107 -Dsonar.python.version=3.10-3.13
108- -Dsonar.languages=python
108+ -Dsonar.languages=python
You can’t perform that action at this time.
0 commit comments