File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 name : SonarCloud
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 with :
1313 fetch-depth : 0
1414 - name : Update ubuntu
2020 - name : Install Xvfb
2121 run : sudo apt-get install xvfb -y
2222 - name : Setup Python
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v3
2424 with :
2525 python-version : ${{ matrix.python }}
2626 - name : Install invoke and any other packages
4545 -Dsonar.organization=helioguilherme66
4646 -Dsonar.projectKey=HelioGuilherme66_RIDE
4747 -Dsonar.python.coverage.reportPaths=.coverage-reports/coverage.xml
48- -Dsonar.sources=src/
49- -Dsonar.tests=utest/
48+ -Dsonar.sources=src
49+ -Dsonar.tests=utest
5050 -Dsonar.verbose=true
5151 env :
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
You can’t perform that action at this time.
0 commit comments