Skip to content

Commit 3ca133e

Browse files
Update sonar.yml
cahnge versions to v3
1 parent ce0509a commit 3ca133e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sonar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -20,7 +20,7 @@ jobs:
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
@@ -45,8 +45,8 @@ jobs:
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

0 commit comments

Comments
 (0)