Skip to content

Commit

Permalink
Fix sonarscan version
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jan 23, 2024
1 parent 030b662 commit 4758218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: code-coverage-ubuntu-latest-20.x
path: coverage/
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v2.1.1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
projectBaseDir: ${{ matrix.project-root }}
Expand Down

0 comments on commit 4758218

Please sign in to comment.