From 6e111141761c1d885b81251af29fd2ba5ef7af38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:25:01 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action from 1.1.0 to 1.2.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/SonarSource/sonarqube-scan-action/releases) - [Commits](https://github.com/SonarSource/sonarqube-scan-action/compare/7295e71c9583053f5bf40e9d4068a0c974603ec8...a6ba0aafc293e03de5437af7edbc97f7d3ebc91a) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index c27da98713..a1a1619cfe 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -45,7 +45,7 @@ jobs: # You can pin the exact commit or the version. # uses: SonarSource/sonarqube-scan-action@v1.1.0 - uses: SonarSource/sonarqube-scan-action@7295e71c9583053f5bf40e9d4068a0c974603ec8 + uses: SonarSource/sonarqube-scan-action@a6ba0aafc293e03de5437af7edbc97f7d3ebc91a env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)