From cd3b9df94e785e7344bf11106bf22b24e6d7a9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:21:17 +0000 Subject: [PATCH] Bump javiertuya/sonarqube-action from 1.3.2 to 1.4.0 Bumps [javiertuya/sonarqube-action](https://github.com/javiertuya/sonarqube-action) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/javiertuya/sonarqube-action/releases) - [Commits](https://github.com/javiertuya/sonarqube-action/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: javiertuya/sonarqube-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79c6387..3d9b159 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.3.2 + - uses: javiertuya/sonarqube-action@v1.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }}