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: >