From 82cc24bb18fa57cf8d6b4807083d9e10dd8d830e Mon Sep 17 00:00:00 2001 From: Dan D'Avella Date: Wed, 9 Oct 2024 07:28:19 -0400 Subject: [PATCH] Less restrictive version for upload tool results action (#870) --- .github/workflows/sonar_pixee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar_pixee.yml b/.github/workflows/sonar_pixee.yml index 4d67b185..d590b142 100644 --- a/.github/workflows/sonar_pixee.yml +++ b/.github/workflows/sonar_pixee.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }} steps: - - uses: pixee/upload-tool-results-action@v2.4.0 + - uses: pixee/upload-tool-results-action@v2 with: tool: sonar sonar-token: ${{ secrets.SONAR_TOKEN }}