Skip to content

Commit

Permalink
ci: fix sonar action version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Jul 17, 2024
1 parent 890e9c9 commit 4f3c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolkit-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm run build
- run: npm test -- --coverage
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.5
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=axaguildev
Expand Down

0 comments on commit 4f3c2b2

Please sign in to comment.