Skip to content

Commit a7a1afc

Browse files
authored
Pin SonarSource action to a specific git hash (#618)
1 parent f493065 commit a7a1afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo apt-get install -y libapr1-dev libaprutil1-dev
5656
5757
- name: Install Build Wrapper
58-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
58+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
5959
env:
6060
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}
6161

@@ -84,7 +84,7 @@ jobs:
8484
-o "$BaseDir/build/coverage.xml"
8585
8686
- name: SonarQube Scan
87-
uses: SonarSource/sonarqube-scan-action@v6.0.0
87+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #v7.0.0
8888
env:
8989
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
9090
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}

0 commit comments

Comments
 (0)