From 937eb79ae796ae6553ab55fe6286dea9d64e2473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:43:54 +0000 Subject: [PATCH] Bump javiertuya/sonarqube-action from 1.3.0 to 1.3.1 Bumps [javiertuya/sonarqube-action](https://github.com/javiertuya/sonarqube-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/javiertuya/sonarqube-action/releases) - [Commits](https://github.com/javiertuya/sonarqube-action/compare/v1.3.0...v1.3.1) --- 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 0a65aa3..b219abf 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.0 + - uses: javiertuya/sonarqube-action@v1.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }}