Skip to content

Commit

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

Bump sonarsource/sonarqube-scan-action from 0c0f3958d90fc466625f1d1af1f47bddd4cc6bd1 to f885e52a7572cf7943f28637e75730227df2dbf2
  • Loading branch information
wneessen authored Sep 24, 2024
2 parents 580d0b0 + d6725b2 commit 0676d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
go test -v -race --coverprofile=./cov.out ./...
- uses: sonarsource/sonarqube-scan-action@0c0f3958d90fc466625f1d1af1f47bddd4cc6bd1 # master
- uses: sonarsource/sonarqube-scan-action@f885e52a7572cf7943f28637e75730227df2dbf2 # master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand Down

0 comments on commit 0676d99

Please sign in to comment.