Skip to content

Commit

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

Bump sonarsource/sonarqube-scan-action from 3.0.0 to 3.1.0
  • Loading branch information
wneessen authored Nov 8, 2024
2 parents edc3de5 + a3ef47a commit 0d906e2
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 @@ -208,7 +208,7 @@ jobs:
run: |
go test -shuffle=on -race --coverprofile=./cov.out ./...
- name: SonarQube scan
uses: sonarsource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 # master
uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # master
if: success()
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 0d906e2

Please sign in to comment.