Skip to content

Commit

Permalink
Merge pull request #242 from cyber-dojo/update-sonar-scan-action
Browse files Browse the repository at this point in the history
Update sonarcloud action to new sonarqube-scan-action
  • Loading branch information
FayeSGW authored Jan 13, 2025
2 parents fbadb11 + dd6d91c commit 2a4de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Run SonarCloud scan
env:
SONAR_TOKEN: ${{ env.KOSLI_SONAR_API_TOKEN }}
uses: sonarsource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@v4.2.1

- name: Setup Kosli CLI
if: ${{ github.ref == 'refs/heads/main' && (success() || failure()) }}
Expand Down

0 comments on commit 2a4de05

Please sign in to comment.