Skip to content

Commit

Permalink
ci: fixes task version
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Feb 18, 2025
1 parent 56fba52 commit ddb6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: go test -coverprofile cover.out -coverpkg=./... ./...
working-directory: ${{ env.relativePath }}
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@master
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit ddb6c93

Please sign in to comment.