]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23139 Update the GitHub action to latest release
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 24 Sep 2024 15:21:17 +0000 (17:21 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 26 Sep 2024 20:03:15 +0000 (20:03 +0000)
server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/github-action/commands/Others.tsx

index c9ac2d264a7e3e68dfaf9fb9a77632394601a5d6..f80ef0f9d56ef99411fa2758a17ea5632b62dda4 100644 (file)
@@ -100,7 +100,7 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0  # Shallow clones should be disabled for a better relevancy of analysis
-      - uses: sonarsource/sonarqube-scan-action@v2
+      - uses: sonarsource/sonarqube-scan-action@v3
         env:
           SONAR_TOKEN: \${{ secrets.SONAR_TOKEN }}
           SONAR_HOST_URL: \${{ secrets.SONAR_HOST_URL }}
@@ -133,7 +133,7 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0  # Shallow clones should be disabled for a better relevancy of analysis
-      - uses: sonarsource/sonarqube-scan-action@v2
+      - uses: sonarsource/sonarqube-scan-action@v3
         env:
           SONAR_TOKEN: \${{ secrets.SONAR_TOKEN }}
           SONAR_HOST_URL: \${{ secrets.SONAR_HOST_URL }}
index 91f0ba3839d4ec3afc8ba685d5e5da2c2e153fa6..e3659384edd76eb5ecfd3ca5b67713a735861370 100644 (file)
@@ -34,7 +34,7 @@ export interface OthersProps {
 
 function otherYamlSteps(branchesEnabled: boolean) {
   let output = `
-      - uses: sonarsource/sonarqube-scan-action@v2
+      - uses: sonarsource/sonarqube-scan-action@v3
         env:
           SONAR_TOKEN: \${{ secrets.SONAR_TOKEN }}
           SONAR_HOST_URL: \${{ secrets.SONAR_HOST_URL }}