Skip to content

Commit 1e00426

Browse files
committed
Upgrade SonarQube scan
1 parent 4041065 commit 1e00426

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ jobs:
7979
name: SonarCloud
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383
with:
8484
fetch-depth: 0
8585
- name: SonarCloud Scan
86-
uses: SonarSource/sonarcloud-github-action@master
86+
uses: SonarSource/sonarqube-scan-action@v4.1.0
8787
env:
88-
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
8988
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization=passren
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=PyDynamoDB
6-
sonar.projectVersion=0.6.*
6+
sonar.projectVersion=0.7.*
77

88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

0 commit comments

Comments
 (0)