Skip to content

Commit

Permalink
Merge pull request #393 from wneessen/dependabot/github_actions/sonar…
Browse files Browse the repository at this point in the history
…source/sonarqube-scan-action-4.1.0

Bump sonarsource/sonarqube-scan-action from 4.0.0 to 4.1.0
  • Loading branch information
wneessen authored Dec 2, 2024
2 parents 976a294 + fb63a50 commit d2dc4af
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 @@ -218,7 +218,7 @@ jobs:
run: |
go test -shuffle=on -race --coverprofile=./cov.out ./...
- name: SonarQube scan
uses: sonarsource/sonarqube-scan-action@94d4f8ac4aaefccd7fb84bff00b0aeb2d65fcd49 # master
uses: sonarsource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # master
if: success()
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit d2dc4af

Please sign in to comment.