We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed48c5 commit e20b78bCopy full SHA for e20b78b
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
run: ls -R
80
81
- name: Analyze with SonarCloud
82
- uses: sonarsource/sonarcloud-github-action@master
+ uses: sonarsource/sonarqube-scan-action@v4
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
sonar-project.properties
@@ -1,7 +1,7 @@
1
sonar.organization=creativeprojects
2
sonar.projectKey=creativeprojects_go-selfupdate
3
sonar.projectName=go-selfupdate
4
-sonar.projectVersion=1.4.0
+sonar.projectVersion=1.4.1
5
6
sonar.sources=.
7
sonar.exclusions=**/*_test.go,/docs/**
0 commit comments