From e1c12c83308e05a345fb31f49b16cbad84614574 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 24 Sep 2024 17:13:16 +0200 Subject: [PATCH] Update to latest release --- code-scanning/sonarqube.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-scanning/sonarqube.yml b/code-scanning/sonarqube.yml index a52d534a52..3881a3cf47 100644 --- a/code-scanning/sonarqube.yml +++ b/code-scanning/sonarqube.yml @@ -44,8 +44,8 @@ jobs: - name: Analyze with SonarQube # You can pin the exact commit or the version. - # uses: SonarSource/sonarqube-scan-action@v2.1.0 - uses: SonarSource/sonarqube-scan-action@86fe81775628f1c6349c28baab87881a2170f495 + # uses: SonarSource/sonarqube-scan-action@v3.0.0 + uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret) SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret)