From e1e3c72c500423b488158ff5a1729443cd53ef3d Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Wed, 4 Jun 2025 08:30:41 -0300 Subject: [PATCH] upgrade action --- .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 d590b142..2802d749 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 + - uses: pixee/upload-tool-results-action@v2.5.0 with: tool: sonar sonar-token: ${{ secrets.SONAR_TOKEN }}