We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33cec1d + 9687046 commit f9f0d08Copy full SHA for f9f0d08
1 file changed
.github/workflows/sonarcloud_check.yml
@@ -40,7 +40,7 @@ jobs:
40
coverage report --omit="*/test_*"
41
42
- name: SonarCloud Scan
43
- uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
+ uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
44
env:
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
...
0 commit comments