From edb819805ad536947c9688254cf646463844dee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:17:19 +0000 Subject: [PATCH] Bump sonarsource/sonarcloud-github-action from 2.0.2 to 2.1.1 Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.0.2...v2.1.1) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-scan-sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-scan-sonarcloud.yml b/.github/workflows/code-scan-sonarcloud.yml index 696eda0..09c8b23 100644 --- a/.github/workflows/code-scan-sonarcloud.yml +++ b/.github/workflows/code-scan-sonarcloud.yml @@ -50,7 +50,7 @@ jobs: key: sonarcloud-${{ github.repository_id }} - name: SonarCloud Scan via Github Action - uses: sonarsource/sonarcloud-github-action@v2.0.2 # https://github.com/marketplace/actions/sonarcloud-scan + uses: sonarsource/sonarcloud-github-action@v2.1.1 # https://github.com/marketplace/actions/sonarcloud-scan env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is a special secret automatically generated by GitHub: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_TOKEN must be defined in `sonarcloud` repository environment. SonarCloud access token should be generated from https://sonarcloud.io/account/security/ @@ -62,7 +62,7 @@ jobs: # In case you need to override default settings # - name: Analyze with SonarCloud - # uses: sonarsource/sonarcloud-github-action@v2.0.2 + # uses: sonarsource/sonarcloud-github-action@v2.1.1 # with: # projectBaseDir: my-custom-directory # args: >