We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493065 commit a7a1afcCopy full SHA for a7a1afc
1 file changed
.github/workflows/sonarcloud.yml
@@ -55,7 +55,7 @@ jobs:
55
sudo apt-get install -y libapr1-dev libaprutil1-dev
56
57
- name: Install Build Wrapper
58
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
+ uses: SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
59
env:
60
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}
61
@@ -84,7 +84,7 @@ jobs:
84
-o "$BaseDir/build/coverage.xml"
85
86
- name: SonarQube Scan
87
- uses: SonarSource/sonarqube-scan-action@v6.0.0
+ uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
88
89
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
90
0 commit comments