From cfc2696dc11e5690e4a4af3e43dec183f99fac87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:03:52 +0000 Subject: [PATCH] Bump javiertuya/sonarqube-action from 1.3.1 to 1.3.2 Bumps [javiertuya/sonarqube-action](https://github.com/javiertuya/sonarqube-action) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/javiertuya/sonarqube-action/releases) - [Commits](https://github.com/javiertuya/sonarqube-action/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: javiertuya/sonarqube-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 c4c1ded..e1f1756 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -308,7 +308,7 @@ jobs: if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.3.1 + - uses: javiertuya/sonarqube-action@v1.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }}