From cc2f17e2473537726f3e478100192e2d50add014 Mon Sep 17 00:00:00 2001 From: Michael Della Bitta Date: Sat, 30 Aug 2025 15:55:14 -0400 Subject: [PATCH 1/2] Updated to later version of sonar scanner --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 828c430..1d21fd8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: - run: npm run build --if-present - run: npm run test - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From 03511f35ab55a8806fc413b11100ba0059efe369 Mon Sep 17 00:00:00 2001 From: Michael Della Bitta Date: Sat, 30 Aug 2025 16:04:49 -0400 Subject: [PATCH 2/2] Disabled sonar --- .github/workflows/node.js.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1d21fd8..345bb6e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,8 +25,3 @@ jobs: - run: npm install tsc -g - run: npm run build --if-present - run: npm run test - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}