Skip to content

Commit e20b78b

Browse files
use new sonarqube github action
1 parent 3ed48c5 commit e20b78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: ls -R
8080

8181
- name: Analyze with SonarCloud
82-
uses: sonarsource/sonarcloud-github-action@master
82+
uses: sonarsource/sonarqube-scan-action@v4
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=creativeprojects
22
sonar.projectKey=creativeprojects_go-selfupdate
33
sonar.projectName=go-selfupdate
4-
sonar.projectVersion=1.4.0
4+
sonar.projectVersion=1.4.1
55

66
sonar.sources=.
77
sonar.exclusions=**/*_test.go,/docs/**

0 commit comments

Comments
 (0)