Merge pull request #225 from sartography/dependabot/github_actions/sonarsource/sonarcloud-github-action-1.9

Bump sonarsource/sonarcloud-github-action from 1.8 to 1.9
This commit is contained in:
Kevin Burnett 2023-04-24 18:53:08 +00:00 committed by GitHub
commit 2908f52625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ jobs:
uses: codecov/codecov-action@v3.1.3 uses: codecov/codecov-action@v3.1.3
- name: SonarCloud Scan - name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v1.8 uses: sonarsource/sonarcloud-github-action@v1.9
# thought about just skipping dependabot # thought about just skipping dependabot
# if: ${{ github.actor != 'dependabot[bot]' }} # if: ${{ github.actor != 'dependabot[bot]' }}
# but figured all pull requests seems better, since none of them will have access to sonarcloud. # but figured all pull requests seems better, since none of them will have access to sonarcloud.