From 12c1d1587fde5378eca1c83f03bab07c374a5309 Mon Sep 17 00:00:00 2001 From: "duc.do" Date: Mon, 30 Sep 2024 14:50:46 +0700 Subject: [PATCH] ci: update sonar action version --- .github/workflows/sonar.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index a3ddade..02e30c5 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,15 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '17' - - name: Checkout code - uses: actions/checkout@v2 - name: Analyze with SonarQube - uses: SonarSource/sonarqube-scan-action@7295e71c9583053f5bf40e9d4068a0c974603ec8 + uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}