We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4041065 commit 1e00426Copy full SHA for 1e00426
2 files changed
.github/workflows/run-test.yaml
@@ -79,11 +79,10 @@ jobs:
79
name: SonarCloud
80
runs-on: ubuntu-latest
81
steps:
82
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
83
with:
84
fetch-depth: 0
85
- name: SonarCloud Scan
86
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v4.1.0
87
env:
88
- GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
89
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
sonar-project.properties
@@ -3,7 +3,7 @@ sonar.organization=passren
3
4
# This is the name and version displayed in the SonarCloud UI.
5
sonar.projectName=PyDynamoDB
6
-sonar.projectVersion=0.6.*
+sonar.projectVersion=0.7.*
7
8
9
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
0 commit comments