From b6e3c4f566cc39fc0a68d16afeb36080b3d4c5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:56:05 +0000 Subject: [PATCH] Bump pixee/upload-tool-results-action from 2.3.0 to 2.4.0 Bumps [pixee/upload-tool-results-action](https://github.com/pixee/upload-tool-results-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/pixee/upload-tool-results-action/releases) - [Commits](https://github.com/pixee/upload-tool-results-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pixee/upload-tool-results-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 569e548a..4d67b185 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.3.0 + - uses: pixee/upload-tool-results-action@v2.4.0 with: tool: sonar sonar-token: ${{ secrets.SONAR_TOKEN }}